fix(carousel): a invalid css rule by typo (#2951)

This commit is contained in:
Zapic 2021-08-19 01:16:00 +08:00 committed by GitHub
parent de502831e8
commit f55c320354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}