Browse Source

工作安排对话框表格

liangjiahao 3 years ago
parent
commit
86bac9b8a4

+ 7 - 3
src/views/workingArrangements/planTask/index.vue

@@ -1412,9 +1412,7 @@ export default {
  .tabless .el-table__row {
   background-color: #004d86;
 }
-.tabless table {
-  border: 1px solid white;
-}
+
 .has-gutter {
   background-color: #004d86;
 }
@@ -1424,6 +1422,12 @@ export default {
 .el-dialog__body .el-table tr:nth-child(even) {
   background-color: #004d86 !important;
 }
+.el-dialog__body table td {
+  border-bottom: 1px solid white !important;
+}
+.el-dialog__body .el-table th.is-leaf {
+  border: 1px solid white !important;
+}
 /* 下载按钮 */
 .downloadfile {
   border: 1px solid white;

+ 12 - 6
src/views/workingArrangements/workTask/index.vue

@@ -1374,19 +1374,25 @@ export default {
   top: 5px;
 }
 /* 表格 */
-.tabless .el-table__row {
+ .tabless .el-table__row {
   background-color: #004d86;
 }
-.tabless table {
-  border: 1px solid white;
-}
+
 .has-gutter {
   background-color: #004d86;
-} 
+}
 .el-dialog__body .el-table tr:nth-child(odd) {
   background-color: #004d86 !important;
 }
-
+.el-dialog__body .el-table tr:nth-child(even) {
+  background-color: #004d86 !important;
+}
+.el-dialog__body table td {
+  border-bottom: 1px solid white !important;
+}
+.el-dialog__body .el-table th.is-leaf {
+  border: 1px solid white !important;
+}
 /* 下载按钮 */
 .downloadfile {
   border: 1px solid white;