修改未检状态的描述
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user