导入不合格颜色

This commit is contained in:
chenjianan
2019-05-06 11:39:07 +08:00
parent 47681a3e0d
commit da37ac8ceb
2 changed files with 2 additions and 2 deletions

View File

@@ -683,7 +683,7 @@ export default {
<style> <style>
.el-table .warning-row { .el-table .warning-row {
background: oldlace; background: red;
} }
</style> </style>

View File

@@ -640,7 +640,7 @@ export default {
<style> <style>
.el-table .warning-row { .el-table .warning-row {
background: oldlace; background: red;
} }
.rgb196{ .rgb196{
background: palevioletred; background: palevioletred;