字段显隐拖拉触发功能优化
This commit is contained in:
parent
01c28dace4
commit
b9a5d57595
@ -107,7 +107,7 @@ const mobile = appStore.getMobile
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<ElScrollbar max-height="400px">
|
<ElScrollbar max-height="400px">
|
||||||
<draggable :list="columns" item-key="field">
|
<draggable :list="columns" item-key="field" handle=".cursor-move">
|
||||||
<template #item="{ element }">
|
<template #item="{ element }">
|
||||||
<div>
|
<div>
|
||||||
<span class="cursor-move mr-10px">
|
<span class="cursor-move mr-10px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user