|
@@ -1374,19 +1374,25 @@ export default {
|
|
top: 5px;
|
|
top: 5px;
|
|
}
|
|
}
|
|
/* 表格 */
|
|
/* 表格 */
|
|
-.tabless .el-table__row {
|
|
|
|
|
|
+ .tabless .el-table__row {
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
}
|
|
}
|
|
-.tabless table {
|
|
|
|
- border: 1px solid white;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
.has-gutter {
|
|
.has-gutter {
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
-}
|
|
|
|
|
|
+}
|
|
.el-dialog__body .el-table tr:nth-child(odd) {
|
|
.el-dialog__body .el-table tr:nth-child(odd) {
|
|
background-color: #004d86 !important;
|
|
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 {
|
|
.downloadfile {
|
|
border: 1px solid white;
|
|
border: 1px solid white;
|