Browse Source

修改样式

chenrui  3 năm trước cách đây
mục cha
commit
d2691d6aea

+ 7 - 1
src/pages/SystemSet/User/index.vue

@@ -32,6 +32,7 @@
       id="userTableData"
       id="userTableData"
       style="width: 100%; color: #2daff5"
       style="width: 100%; color: #2daff5"
       v-show="actives == 0"
       v-show="actives == 0"
+      :height="heighter"
     >
     >
       <el-table-column prop="ipname" align="center" label="车辆">
       <el-table-column prop="ipname" align="center" label="车辆">
       </el-table-column>
       </el-table-column>
@@ -53,6 +54,7 @@
       id="userTableData"
       id="userTableData"
       style="width: 100%; color: #2daff5"
       style="width: 100%; color: #2daff5"
       v-show="actives == 1"
       v-show="actives == 1"
+      :height="heighter"
     >
     >
       <el-table-column prop="tagname" align="center" label="任务标签">
       <el-table-column prop="tagname" align="center" label="任务标签">
       </el-table-column>
       </el-table-column>
@@ -91,6 +93,7 @@
       id="userTableData"
       id="userTableData"
       style="width: 100%; color: #2daff5"
       style="width: 100%; color: #2daff5"
       v-show="actives == 2"
       v-show="actives == 2"
+      :height="heighter"
     >
     >
       <el-table-column prop="tagname" align="center" label="标签">
       <el-table-column prop="tagname" align="center" label="标签">
       </el-table-column>
       </el-table-column>
@@ -150,6 +153,7 @@
       id="userTableData"
       id="userTableData"
       style="width: 100%; color: #2daff5"
       style="width: 100%; color: #2daff5"
       v-show="actives == 4"
       v-show="actives == 4"
+      :height="heighter"
     >
     >
       <el-table-column prop="nickname" align="center" label="项目">
       <el-table-column prop="nickname" align="center" label="项目">
       </el-table-column>
       </el-table-column>
@@ -957,7 +961,9 @@ export default {
       color: #fff !important;
       color: #fff !important;
     }
     }
   }
   }
-
+  .el-table {
+    background: #00122d !important;
+  }
   .el-table::before {
   .el-table::before {
     height: 0;
     height: 0;
   }
   }