fix:【mall 商城】店铺装修时,force-fallback 拖拽问题,https://t.zsxq.com/ue8Qv
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user