mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
拖动按钮默认占位
This commit is contained in:
parent
01e49fe0a8
commit
2bb40aa0bc
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user