fix combo style

This commit is contained in:
rickcole 2020-04-21 11:43:50 +08:00
parent 9ccd9e62dc
commit becdfb581d
1 changed files with 7 additions and 6 deletions

View File

@ -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);
}
}
}