refactor: 优化 GiForm、GiEditTable(同步 GiDemo 更新)

This commit is contained in:
2025-03-21 21:14:39 +08:00
parent 1d77d8c51a
commit 436cc6bdfc
7 changed files with 113 additions and 51 deletions

View File

@@ -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"