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
fb73be0928b5e2663948f8bfb26f98e3ba4686c3
Authored by
luocong2016
2023-02-22 18:32:07 +0800
Committed by
GitHub
2023-02-22 18:32:07 +0800
1 parent
c2a15915
fix: table 高度消失 (#2572)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/demo/page/form/high/PersonTable.vue
src/views/demo/page/form/high/PersonTable.vue
View file @
fb73be0
...
...
@@ -68,8 +68,8 @@
68
68
title: '操作',
69
69
dataIndex: 'action',
70
70
// slots: { customRender: 'action' },
71
- scroll: { y: '100%' },
72
71
},
72
+ scroll: { y: '100%' },
73
73
pagination: false,
74
74
});
75
75
...
...