Browse Source

Update index.vue (#2433)

下面这块代码 在我的项目打包后在比较宽的屏幕(2K 31 寸)有显示 bug 两边会出现大面积空白,   有偶发性 清缓存首次进入会出现 , 刷新就没了, 这里为什么要指定宽度 ?
wangzhi 2 years ago
parent
commit
6af828260e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/layouts/default/content/index.vue

+ 3 - 1
src/layouts/default/content/index.vue

@@ -36,11 +36,13 @@
     position: relative;
     position: relative;
     flex: 1 1 auto;
     flex: 1 1 auto;
     min-height: 0;
     min-height: 0;
-
+    
+    // begin: 下面这块代码 在我的项目打包后在比较宽的屏幕(2K 31 寸)有显示 bug 有偶发性 清缓存首次进入会出现 , 刷新就没了, 这里为什么要指定宽度 ?
     &.fixed {
     &.fixed {
       width: 1200px;
       width: 1200px;
       margin: 0 auto;
       margin: 0 auto;
     }
     }
+    // end
 
 
     &-loading {
     &-loading {
       position: absolute;
       position: absolute;