浏览代码

修改样式

chenrui  3 年之前
父节点
当前提交
d2691d6aea
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/pages/SystemSet/User/index.vue

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

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