소스 검색

index-block width update

hare8999@163.com 1 년 전
부모
커밋
8b6afde34b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/assets/styles/index.scss

+ 1 - 1
src/assets/styles/index.scss

@@ -219,7 +219,7 @@ tr.highlight-row {
 /* index-block width control by screen size. */
 @media screen and (min-width: 1440px) {
   .index-block {
-    width: 1350px;
+    width: 1200px;
     overflow: hidden;
   }
 }