优化select 换行样式

This commit is contained in:
2betop 2021-11-30 16:13:10 +08:00
parent 3082b919e9
commit be46aed85f

View File

@ -57,7 +57,8 @@
.#{$ns}Select-menu {
border-radius: #{$R3};
.#{$ns}Select-option {
height: var(--Form-input-height);
// height: var(--Form-input-height);
line-height: 1.1;
padding: px2rem(5px) px2rem(12px);
}
}