feat(styles): Page format abnormality issue when updating column settings to a large number (#102)

Co-authored-by: 袁少航 <yuanshaohang@dataoceanai.com>
This commit is contained in:
YSH0313
2025-05-30 08:54:31 +08:00
committed by GitHub
parent 311bd75d86
commit 325a7f5d82

View File

@@ -19,7 +19,7 @@ const columns = defineModel<UI.TableColumnCheck[]>('columns', {
{{ $t('common.columnSetting') }}
</ElButton>
</template>
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable">
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable" class="h-[200px] overflow-y-auto">
<div
v-for="item in columns"
:key="item.prop"