Browse Source

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

RuoYi 2 tháng trước cách đây
mục cha
commit
02907f967e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      ruoyi-ui/src/assets/styles/ruoyi.scss

+ 3 - 0
ruoyi-ui/src/assets/styles/ruoyi.scss

@@ -469,6 +469,9 @@
 }
 
 /* 拖拽列样式 */
+.allowDrag { cursor: grab; }
+.allowDrag:active { cursor: grabbing; }
+
 .sortable-ghost {
   opacity: .8;
   color: #fff !important;