فهرست منبع

index-block width update

hare8999@163.com 1 سال پیش
والد
کامیت
8c53966970
1فایلهای تغییر یافته به همراه17 افزوده شده و 13 حذف شده
  1. 17 13
      src/assets/styles/index.scss

+ 17 - 13
src/assets/styles/index.scss

@@ -217,16 +217,20 @@ tr.highlight-row {
 }
 
 /* index-block width control by screen size. */
-@media screen and (min-width: 1440px) {
-  .index-block {
-    width: 1200px;
-    overflow: hidden;
-  }
-}
-
-@media screen and (max-width: 1439px) {
-  .index-block {
-    width: calc(100vw - 80px);
-    overflow: hidden;
-  }
-}
+.index-block {
+  width: 1200px;
+  overflow: hidden;
+}
+//@media screen and (min-width: 1440px) {
+//  .index-block {
+//    width: 1200px;
+//    overflow: hidden;
+//  }
+//}
+//
+//@media screen and (max-width: 1439px) {
+//  .index-block {
+//    width: calc(100vw - 80px);
+//    overflow: hidden;
+//  }
+//}