mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
style: 优化弹框场景下select全选样式问题 (#8065)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
92168782ef
commit
8be56d123f
@ -664,3 +664,27 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 下拉框在弹框中的的时候没有select层,所以把这部分单独提出来
|
||||
.#{$ns}PopOver.#{$ns}Select-popover {
|
||||
&.#{$ns}PopOver--v-top {
|
||||
margin-top: px2rem(4px);
|
||||
}
|
||||
&.#{$ns}PopOver--v-bottom {
|
||||
margin-bottom: px2rem(4px);
|
||||
}
|
||||
.#{$ns}Select-menu {
|
||||
.#{$ns}Checkbox span {
|
||||
line-height: var(--select-base-default-option-line-height);
|
||||
height: var(--select-base-default-option-line-height);
|
||||
}
|
||||
.#{$ns}Select-option {
|
||||
line-height: var(--select-base-default-option-line-height);
|
||||
height: var(--select-base-default-option-line-height);
|
||||
}
|
||||
.#{$ns}Select-addBtn {
|
||||
line-height: var(--select-base-default-option-line-height);
|
||||
height: var(--select-base-default-option-line-height);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user