mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 22:58:37 +08:00
refactor: 优化 GiForm、GiEditTable(同步 GiDemo 更新)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<!-- 列拖拽排序区域 -->
|
||||
<div class="gi-table__draggable">
|
||||
<VueDraggable v-model="localColumns" @end="handleDragEnd">
|
||||
<VueDraggable v-model="localColumns" :animation="150" @end="handleDragEnd">
|
||||
<div
|
||||
v-for="item in localColumns"
|
||||
:key="item.key"
|
||||
|
||||
Reference in New Issue
Block a user