mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 18:01:24 +08:00
eacd21f118
* style(table): allow custom tr background-color * style(table): format table docs & add status tr example by var
24 lines
469 B
SCSS
24 lines
469 B
SCSS
.#{$namespace}-table .warning-row {
|
|
--el-table-tr-background-color: var(--el-color-warning-lighter);
|
|
}
|
|
|
|
.#{$namespace}-table .success-row {
|
|
--el-table-tr-background-color: var(--el-color-success-lighter);
|
|
}
|
|
|
|
.demo-table .name-wrapper {
|
|
display: inline-block;
|
|
}
|
|
|
|
.demo-table .demo-table-expand {
|
|
label {
|
|
width: 90px;
|
|
color: var(--el-text-color-secondary);
|
|
}
|
|
.#{$namespace}-form-item {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
width: 50%;
|
|
}
|
|
}
|