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