Merge pull request #9555 from 2betop/style-select

style: select 下拉框最小宽度设置成 120px
This commit is contained in:
hsm-lv 2024-01-30 19:52:07 +08:00 committed by GitHub
commit 5042c82fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,11 @@
}
&-button--active {
z-index: 1;
&.is-disabled {
color: var(--text-color);
border: var(--borderWidth) solid var(--borderColor);
}
}
}

View File

@ -149,6 +149,7 @@
}
.#{$ns}PopOver.#{$ns}Select-popover {
min-width: px2rem(120px);
&.#{$ns}PopOver--v-top {
margin-top: px2rem(4px);
}