Skip to content

Commit 325a7f5

Browse files
YSH0313袁少航
andauthored
feat(styles): Page format abnormality issue when updating column settings to a large number (#102)
Co-authored-by: 袁少航 <[email protected]>
1 parent 311bd75 commit 325a7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/advanced/table-column-setting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const columns = defineModel<UI.TableColumnCheck[]>('columns', {
1919
{{ $t('common.columnSetting') }}
2020
</ElButton>
2121
</template>
22-
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable">
22+
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable" class="h-[200px] overflow-y-auto">
2323
<div
2424
v-for="item in columns"
2525
:key="item.prop"

0 commit comments

Comments
 (0)