拖动按钮默认占位

This commit is contained in:
catchonme 2019-09-29 14:41:03 +08:00
parent f30cfe390c
commit d38bf2a980

View File

@ -663,14 +663,15 @@
&-dragBtn {
margin-right: $gap-xs;
display: none;
display: inline-block;
visibility: hidden;
cursor: move;
}
&-table > tbody > tr:hover .#{$ns}Table-dragBtn,
&-table > tbody > tr.is-dragging .#{$ns}Table-dragBtn,
&-table > tbody > tr.is-drop-allowed .#{$ns}Table-dragBtn {
display: inline-block;
visibility: visible;
}
}