fix(projects): fix the long list TableColumnSetting component exceeds the viewport.

This commit is contained in:
skyfeiz
2026-01-21 14:38:41 +08:00
committed by Soybean
parent dacee143c0
commit cbfb932f8e

View File

@@ -82,7 +82,7 @@ function toggleSelectAll(checked: boolean) {
</NCheckbox>
</div>
<NDivider class="!my-4px" />
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable">
<VueDraggable v-model="columns" :animation="150" filter=".none_draggable" class="max-h-[200px] overflow-y-auto">
<div
v-for="item in columns"
:key="item.key"