代码生成修改拖拽时显示手指样式

This commit is contained in:
RuoYi
2026-04-10 11:00:04 +08:00
parent 18983c9d94
commit 7e9badf4a0
+3
View File
@@ -479,6 +479,9 @@
} }
/* 拖拽列样式 */ /* 拖拽列样式 */
.allowDrag { cursor: grab; }
.allowDrag:active { cursor: grabbing; }
.sortable-ghost{ .sortable-ghost{
opacity: .8; opacity: .8;
color: #fff!important; color: #fff!important;