表格头部列设置功能优化,限制最大高度为视窗高度的60%->50%,以修复显示不全的问题

This commit is contained in:
SGK\17962 2025-10-31 09:59:42 +08:00
parent 4bdea6c06d
commit cdd338d4a8

View File

@ -37,7 +37,7 @@ const columns = defineModel<NaiveUI.TableColumnCheck[]>('columns', {
<style scoped lang="scss">
.table-column-setting-list {
max-height: 60vh;
max-height: 50vh;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;