Merge pull request #558 from RickCole21/master

fix combo style
This commit is contained in:
liaoxuezhi 2020-04-21 12:44:05 +08:00 committed by GitHub
commit c5831acfff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -208,14 +208,15 @@
left: px2rem(-30px); left: px2rem(-30px);
} }
&.is-draggable > .#{$ns}Combo-items > .#{$ns}Combo-item { &.is-draggable {
> .#{$ns}Combo-items > .#{$ns}Combo-item {
margin-left: px2rem(35px); margin-left: px2rem(35px);
} }
> .#{$ns}Combo-toolbar { > .#{$ns}Combo-toolbar {
padding-left: px2rem(25px); padding-left: px2rem(25px);
} }
} }
}
&-item--dragging { &-item--dragging {
position: relative; position: relative;