mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
24 lines
358 B
SCSS
24 lines
358 B
SCSS
.#{$namespace}-table .warning-row {
|
|
background: oldlace;
|
|
}
|
|
|
|
.#{$namespace}-table .success-row {
|
|
background: #f0f9eb;
|
|
}
|
|
|
|
.demo-table .name-wrapper {
|
|
display: inline-block;
|
|
}
|
|
|
|
.demo-table .demo-table-expand {
|
|
label {
|
|
width: 90px;
|
|
color: #99a9bf;
|
|
}
|
|
.#{$namespace}-form-item {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
width: 50%;
|
|
}
|
|
}
|