fix: draggable issue

This commit is contained in:
wangdan-fit2cloud 2025-07-23 16:43:15 +08:00
parent 9d790f1eda
commit 6f4df54917
2 changed files with 1 additions and 3 deletions

View File

@ -54,8 +54,7 @@
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.2.4",
"vue3-menus": "^1.1.2",
"vuedraggable": "^4.1.0"
"vue3-menus": "^1.1.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",

View File

@ -12,7 +12,6 @@
ref="el"
v-bind:modelValue="form_data.branch"
:disabled="form_data.branch === 2"
:filter="'.no-drag'"
handle=".handle"
:animation="150"
ghostClass="ghost"