@jecloud/ui
Version:
JECloud UI库,基于ant-design-vue封装
29 lines (28 loc) • 605 B
text/less
.je-sortable-ghost {
cursor: move;
box-shadow: 0px 0px 5px @primary-3 inset;
background-color: @white ;
& > * {
opacity: 0;
}
}
.je-sortable-tree-insert-target {
background-color: @green-1 ;
}
.je-sortable-drag {
box-shadow: 2px 2px 4px #aaa;
background-color: darken(@white,5%);
}
// 拖动标记
.je-sortable-indicator{
content: '';
position: absolute;
background: @primary-color;
z-index: 10000;
}
.je-sortable-indicator-hover{
background-color: initial ;
}
.je-sortable-indicator-insert{
background-color: @green-1 ;
}