修改未检状态的描述

This commit is contained in:
GYYM
2024-12-06 15:06:38 +08:00
parent 9c3850db98
commit a73417ea02
10 changed files with 63 additions and 53 deletions

View File

@@ -1916,10 +1916,20 @@ watch(ts, function (newValue, oldValue) {
:deep(.el-table .warning-row) {
// background-color:var(--el-color-warning-light-9);
//background-color:#bed96557;
color:red;
color:red;
// font-size:30px;
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
// background-color:#f5f7fa;
// position: relative;
}
// :deep(.el-table .warning-row::before) {
// content: '*'; /* 必须设置content属性 */
// position: absolute;
// color:red;
// background-color:#f5f7fa;
// }
.el-table .success-row {
--el-table-tr-bg-color: var(--el-color-success-light-9);
}