|
@@ -344,14 +344,7 @@
|
|
|
.el-table__row.row-danger {
|
|
|
color: $--color-danger;
|
|
|
.el-table__cell {
|
|
|
- border-top: 1px solid $--color-danger !important;
|
|
|
- border-bottom: 1px solid $--color-danger !important;
|
|
|
- &:first-child {
|
|
|
- border-left: 1px solid $--color-danger !important;
|
|
|
- }
|
|
|
- &:last-child {
|
|
|
- border-right: 2px solid $--color-danger !important;
|
|
|
- }
|
|
|
+ background-color: #fef0f0 !important;
|
|
|
}
|
|
|
}
|
|
|
&.el-table--noback {
|