Browse Source

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

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

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

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