修改不合格项表头的提示方式
This commit is contained in:
@@ -1977,8 +1977,8 @@ const resumeTimer = () => {
|
|||||||
}
|
}
|
||||||
:deep(.el-table .warning-row) {
|
:deep(.el-table .warning-row) {
|
||||||
// background-color:var(--el-color-warning-light-9);
|
// background-color:var(--el-color-warning-light-9);
|
||||||
background-color:#bed96557;
|
//background-color:#bed96557;
|
||||||
// color:red;
|
color:red;
|
||||||
// font-size:30px;
|
// font-size:30px;
|
||||||
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
|
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1915,8 +1915,8 @@ watch(ts, function (newValue, oldValue) {
|
|||||||
}
|
}
|
||||||
:deep(.el-table .warning-row) {
|
:deep(.el-table .warning-row) {
|
||||||
// background-color:var(--el-color-warning-light-9);
|
// background-color:var(--el-color-warning-light-9);
|
||||||
background-color:#bed96557;
|
//background-color:#bed96557;
|
||||||
// color:red;
|
color:red;
|
||||||
// font-size:30px;
|
// font-size:30px;
|
||||||
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
|
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user