소스 검색

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

RuoYi 2 달 전
부모
커밋
02907f967e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;