fix:【mall 商城】店铺装修时,force-fallback 拖拽问题,https://t.zsxq.com/ue8Qv

This commit is contained in:
YunaiV
2025-08-03 15:29:04 +08:00
parent ca17d5ac21
commit dd6c7481f8
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
:group="{ name: 'component', pull: 'clone', put: false }" :group="{ name: 'component', pull: 'clone', put: false }"
:clone="handleCloneComponent" :clone="handleCloneComponent"
:animation="200" :animation="200"
:force-fallback="true" :force-fallback="false"
> >
<template #item="{ element }"> <template #item="{ element }">
<div> <div>

View File

@ -73,7 +73,7 @@
<draggable <draggable
v-model="pageComponents" v-model="pageComponents"
:animation="200" :animation="200"
:force-fallback="true" :force-fallback="false"
class="page-prop-area drag-area" class="page-prop-area drag-area"
filter=".component-toolbar" filter=".component-toolbar"
ghost-class="draggable-ghost" ghost-class="draggable-ghost"

View File

@ -2,7 +2,7 @@
<el-text type="info" size="small"> 拖动左上角的小圆点可对其排序 </el-text> <el-text type="info" size="small"> 拖动左上角的小圆点可对其排序 </el-text>
<VueDraggable <VueDraggable
:list="formData" :list="formData"
:force-fallback="true" :force-fallback="false"
:animation="200" :animation="200"
handle=".drag-icon" handle=".drag-icon"
class="m-t-8px" class="m-t-8px"