mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
fix combo style
This commit is contained in:
parent
9ccd9e62dc
commit
becdfb581d
@ -208,14 +208,15 @@
|
||||
left: px2rem(-30px);
|
||||
}
|
||||
|
||||
&.is-draggable > .#{$ns}Combo-items > .#{$ns}Combo-item {
|
||||
&.is-draggable {
|
||||
> .#{$ns}Combo-items > .#{$ns}Combo-item {
|
||||
margin-left: px2rem(35px);
|
||||
}
|
||||
|
||||
> .#{$ns}Combo-toolbar {
|
||||
padding-left: px2rem(25px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-item--dragging {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user