mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +08:00
f2e3dcb68e
* feat(descriptions): add new feature for customized style add props: width, min-width, align, label-align, class-name, label-class-name re #1976 #2353 * feat: update docs * feat: update docs * feat: update * feat: separate type
14 lines
166 B
SCSS
14 lines
166 B
SCSS
.demo-block.demo-descriptions {
|
|
.margin-top {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.my-label {
|
|
background: #E1F3D8;
|
|
}
|
|
|
|
.my-content {
|
|
background: #FDE2E2;
|
|
}
|
|
}
|