fix(drop-times): [drop-times] modify style (#1635)

This commit is contained in:
李天佑 2024-05-21 15:40:14 +08:00 committed by GitHub
parent 2cd5648bef
commit c1bd2b22b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -12,11 +12,13 @@
@import '../custom.less';
@select-dropdown-prefix-cls: ~'@{css-prefix}select-dropdown';
@drop-times-prefix-cls: ~'@{css-prefix}drop-times';
@select-dropdown-prefix-cls: ~'@{css-prefix}select-dropdown__item';
.@{select-dropdown-prefix-cls} {
& &__item {
.@{drop-times-prefix-cls} {
.@{select-dropdown-prefix-cls} {
font-size: var(--ti-drop-times-item-font-size);
padding: var(--ti-drop-times-item-padding);
@ -31,4 +33,4 @@
}
}
}
}