element-plus/website/demo-styles/table.scss

24 lines
358 B
SCSS
Raw Normal View History

2021-02-04 16:29:23 +08:00
.#{$namespace}-table .warning-row {
background: oldlace;
}
2021-02-04 16:29:23 +08:00
.#{$namespace}-table .success-row {
background: #f0f9eb;
}
.demo-table .name-wrapper {
display: inline-block;
}
.demo-table .demo-table-expand {
label {
width: 90px;
color: #99a9bf;
}
2021-02-04 16:29:23 +08:00
.#{$namespace}-form-item {
margin-right: 0;
margin-bottom: 0;
width: 50%;
}
}