Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
0d0250f32b184da0db418a03584aec72ac391b61
Authored by
ww
2022-07-12 09:37:24 +0800
1 parent
2da05dad
fix: DEFECT-501 table overflow container on close multiple tabs
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/localtion/index.vue
src/views/device/localtion/index.vue
View file @
0d0250f
...
...
@@ -200,6 +200,7 @@
200
200
const [registerTable] = useTable({
201
201
api: devicePage,
202
202
columns,
203
+
resizeHeightOffset: 32,
203
204
formConfig: {
204
205
schemas: formSchema,
205
206
labelAlign: 'left',
...
...