diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 01e49cd..b9e9b80 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -479,6 +479,9 @@ } /* 拖拽列样式 */ +.allowDrag { cursor: grab; } +.allowDrag:active { cursor: grabbing; } + .sortable-ghost{ opacity: .8; color: #fff!important;