|
@@ -1405,7 +1405,7 @@ export default {
|
|
|
top: 5px;
|
|
|
}
|
|
|
/* 表格 */
|
|
|
-.tabless .el-table__row {
|
|
|
+ .tabless .el-table__row {
|
|
|
background-color: #004d86;
|
|
|
}
|
|
|
.tabless table {
|
|
@@ -1414,11 +1414,11 @@ export default {
|
|
|
.has-gutter {
|
|
|
background-color: #004d86;
|
|
|
}
|
|
|
-.el-table tr:nth-child(odd) {
|
|
|
- background-color: #004d86;
|
|
|
+.el-dialog__body .el-table tr:nth-child(odd) {
|
|
|
+ background-color: #004d86 !important;
|
|
|
}
|
|
|
-.el-table tr:nth-child(even) {
|
|
|
- background-color: #004d86;
|
|
|
+.el-dialog__body .el-table tr:nth-child(even) {
|
|
|
+ background-color: #004d86 !important;
|
|
|
}
|
|
|
/* 下载按钮 */
|
|
|
.downloadfile {
|