style.css 97 Bytes
Newer Older
wanli's avatar
wanli committed
1 2 3 4 5
.el-table .warning-row {
  background: red;
}

.el-table .success-row {
wanli's avatar
wanli committed
6
  background: #87e8de;
wanli's avatar
wanli committed
7
}