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
b27853affaf97fdf3067e631d9332d642b9f2221
Authored by
loveumiko
2023-08-30 15:28:37 +0800
1 parent
9922fb1e
fix: 修改报表查看趋势图,拉伸完无法看到时间戳
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/report/export/components/ReportPreviewModal.vue
src/views/report/export/components/ReportPreviewModal.vue
View file @
b27853a
...
...
@@ -192,8 +192,8 @@
192
192
},
193
193
toolbox: {},
194
194
grid: {
195
-
left: '8%',
196
-
right: '8%',
195
+
left: '14%',
196
+
right: '20%',
197
197
bottom: 80,
198
198
containLabel: true,
199
199
},
...
...