style: select 下拉框最小宽度设置成 120px 优化 buttonGroupSelect 禁用选中状态样式

This commit is contained in:
2betop 2024-01-30 17:43:48 +08:00
parent 70c8d300e4
commit 6b57ad2372
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);
}