表格头部列设置功能优化,限制最大高度为视窗高度的60%->50%,以修复显示不全的问题
This commit is contained in:
parent
4bdea6c06d
commit
cdd338d4a8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user