Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
085929a9c0ea54c8035ff439a1de23e418c57b25
Authored by
luocong2016
2023-02-15 11:43:09 +0800
Committed by
GitHub
2023-02-15 11:43:09 +0800
1 parent
de4eaddf
fix<table>: 高度丢失 (#2527)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/demo/page/form/high/PersonTable.vue
src/views/demo/page/form/high/PersonTable.vue
View file @
085929a
...
...
@@ -68,6 +68,7 @@
68
68
title: '操作',
69
69
dataIndex: 'action',
70
70
// slots: { customRender: 'action' },
71
+ scroll: { y: '100%' },
71
72
},
72
73
pagination: false,
73
74
});
...
...