Browse Source

定宽 1004px

yuedefeng 6 years ago
parent
commit
530cd5301b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/dashoo.cn/frontend_web/src/pages/login.vue

+ 6 - 6
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -46,7 +46,7 @@
 
     <div class="components-container home-wrapper">
 
-      <el-card style="width: 1400px;" class="box-card" v-if="activeIndex == 1">
+      <el-card style="width: 1004px;" class="box-card" v-if="activeIndex == 1">
         <div slot="header">
           <span>
             <i class="icon icon-table2"></i> 通知中心
@@ -67,7 +67,7 @@
         </el-table>
       </el-card>
 
-      <el-card style="width: 1400px" class="box-card" v-if="activeIndex == 2">
+      <el-card style="width: 1004px" class="box-card" v-if="activeIndex == 2">
         <div slot="header">
           <span>
             <i class="icon icon-table2"></i> 文件下载中心
@@ -191,20 +191,20 @@ export default {
 
   .top-wrapper {
     margin: 0px auto;
-    width: 1400px;
+    width: 1004px;
     /*text-align: right;
     alignment: right;*/
     flex-direction: row;
   }
   .home-wrapper{
     margin:0px auto;
-    width: 1400px;
+    width: 1004px;
     flex-direction: column;
   }
 
   .foot-wrapper{
     margin:0px auto;
-    width: 1400px;
+    width: 1004px;
     display: flex;
     alignment: center;
     align-items: center;
@@ -217,7 +217,7 @@ export default {
     left: 0;
     right: 0;
     top: 20px;
-    width: 1400px;
+    width: 1004px;
   }