mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
d9b7ef56ea
* style(docs): use css var * style: update * style: demo-icon use grid layout * style: remove demo-block.vue style scoped * docs: remove strange character
31 lines
566 B
SCSS
31 lines
566 B
SCSS
.demo-cascader {
|
|
.#{$namespace}-cascader {
|
|
width: 222px;
|
|
}
|
|
}
|
|
.demo-cascader-size {
|
|
.#{$namespace}-cascader {
|
|
vertical-align: top;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
.demo-cascader .source > div {
|
|
display: flex;
|
|
}
|
|
.demo-cascader .block {
|
|
padding: 30px 0;
|
|
text-align: center;
|
|
border-right: solid 1px var(--el-border-color-base);
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
&:last-child {
|
|
border-right: none;
|
|
}
|
|
}
|
|
.demo-cascader .demonstration {
|
|
display: block;
|
|
color: var(--el-text-color-secondary);
|
|
font-size: 14px;
|
|
margin-bottom: 20px;
|
|
}
|