mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
fcf86b9730
* feat(progress): add default slot * feat: add slot param * feat: update * feat: perf slot
23 lines
356 B
SCSS
23 lines
356 B
SCSS
.demo-block.demo-progress {
|
|
.#{$namespace}-progress--line {
|
|
margin-bottom: 15px;
|
|
width: 350px;
|
|
}
|
|
|
|
.#{$namespace}-progress--circle {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.percentage-value {
|
|
display: block;
|
|
margin-top: 10px;
|
|
font-size: 28px;
|
|
}
|
|
|
|
.percentage-label {
|
|
display: block;
|
|
margin-top: 10px;
|
|
font-size: 12px;
|
|
}
|
|
}
|