mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(carousel): a invalid css rule by typo (#2951)
This commit is contained in:
parent
de502831e8
commit
f55c320354
@ -132,7 +132,7 @@
|
||||
var(--el-carousel-indicator-padding-vertical);
|
||||
.#{$namespace}-carousel__button {
|
||||
width: var(--el-carousel-indicator-height);
|
||||
height: calc(var(--el-carousel-indicator-width / 2));
|
||||
height: calc(var(--el-carousel-indicator-width) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user