修改不合格项表头的提示方式

This commit is contained in:
GYYM
2024-12-06 09:10:39 +08:00
parent 0cd32fbb5f
commit 85cc5ebb27
2 changed files with 4 additions and 4 deletions

View File

@@ -1977,8 +1977,8 @@ const resumeTimer = () => {
}
:deep(.el-table .warning-row) {
// background-color:var(--el-color-warning-light-9);
background-color:#bed96557;
// color:red;
//background-color:#bed96557;
color:red;
// font-size:30px;
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
}

View File

@@ -1915,8 +1915,8 @@ watch(ts, function (newValue, oldValue) {
}
:deep(.el-table .warning-row) {
// background-color:var(--el-color-warning-light-9);
background-color:#bed96557;
// color:red;
//background-color:#bed96557;
color:red;
// font-size:30px;
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
}