解决有更新行高亮的问题

This commit is contained in:
haiyangcui
2020-10-17 14:12:24 +02:00
parent 98b019be5f
commit dc8bdb29dc
2 changed files with 7 additions and 8 deletions

View File

@@ -226,6 +226,9 @@
height: 50px;
border-bottom: 1px solid;
}
.el-table .highlight{
color: var(--highlight-color) !important;
}
}
}
}