forked from p96170835/amis
fix combo style
This commit is contained in:
parent
9ccd9e62dc
commit
becdfb581d
|
@ -208,12 +208,13 @@
|
|||
left: px2rem(-30px);
|
||||
}
|
||||
|
||||
&.is-draggable > .#{$ns}Combo-items > .#{$ns}Combo-item {
|
||||
margin-left: px2rem(35px);
|
||||
}
|
||||
|
||||
> .#{$ns}Combo-toolbar {
|
||||
padding-left: px2rem(25px);
|
||||
&.is-draggable {
|
||||
> .#{$ns}Combo-items > .#{$ns}Combo-item {
|
||||
margin-left: px2rem(35px);
|
||||
}
|
||||
> .#{$ns}Combo-toolbar {
|
||||
padding-left: px2rem(25px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue