Skip to content

Commit 6a1f6f7

Browse files
committed
fix: 修复classname bug
1 parent ff2acec commit 6a1f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-designer/src/WidgetForm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<el-col v-for="(col, colIndex) in element.columns"
2727
:key="colIndex"
2828
:span="col.span ? col.span : 0">
29-
<draggable class="widget-form-list"
29+
<draggable
3030
v-model="col.list"
3131
v-bind="{group:'people', ghostClass: 'ghost',animation: 200, handle: '.drag-widget'}"
3232
:no-transition-on-drag="true"

0 commit comments

Comments
 (0)