2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-table .warning-row {
|
2021-09-01 15:17:13 +08:00
|
|
|
--el-table-tr-background-color: var(--el-color-warning-lighter);
|
2020-08-13 15:18:26 +08:00
|
|
|
}
|
|
|
|
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-table .success-row {
|
2021-09-01 15:17:13 +08:00
|
|
|
--el-table-tr-background-color: var(--el-color-success-lighter);
|
2020-08-13 15:18:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.demo-table .name-wrapper {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.demo-table .demo-table-expand {
|
|
|
|
label {
|
|
|
|
width: 90px;
|
2021-08-26 09:57:56 +08:00
|
|
|
color: var(--el-text-color-secondary);
|
2020-08-13 15:18:26 +08:00
|
|
|
}
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-form-item {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|