mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-04 05:05:58 +08:00
fix(projects): fix the long list TableColumnSetting component exceeds the viewport.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user