修复子combo拖拽样式问题

This commit is contained in:
rickcole 2020-04-14 19:13:52 +08:00
parent 733b83c72e
commit 11cab43f40
1 changed files with 7 additions and 6 deletions

View File

@ -202,19 +202,20 @@
}
}
.#{$ns}Combo-itemDrager {
> .#{$ns}Combo-items > .#{$ns}Combo-item > .#{$ns}Combo-itemDrager {
position: absolute;
top: 0;
left: px2rem(-30px);
}
&.is-draggable {
.#{$ns}Combo-item {
&.is-draggable > .#{$ns}Combo-items {
> .#{$ns}Combo-item {
margin-left: px2rem(35px);
}
.#{$ns}Combo-toolbar {
padding-left: px2rem(25px);
}
> .#{$ns}Combo-toolbar {
padding-left: px2rem(25px);
}
}