mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
style: select 下拉框最小宽度设置成 120px 优化 buttonGroupSelect 禁用选中状态样式
This commit is contained in:
parent
70c8d300e4
commit
6b57ad2372
@ -50,6 +50,11 @@
|
||||
}
|
||||
&-button--active {
|
||||
z-index: 1;
|
||||
|
||||
&.is-disabled {
|
||||
color: var(--text-color);
|
||||
border: var(--borderWidth) solid var(--borderColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -149,6 +149,7 @@
|
||||
}
|
||||
|
||||
.#{$ns}PopOver.#{$ns}Select-popover {
|
||||
min-width: px2rem(120px);
|
||||
&.#{$ns}PopOver--v-top {
|
||||
margin-top: px2rem(4px);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user