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
3038f4691ffeb53d0aaf29b68322838e31ef290e
Authored by
fengwotao
2023-04-04 15:32:42 +0800
1 parent
b8eca71a
fix:DEFECT-1082 首页字体变小了
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/dashboard/workbench/components/PieChartDeviceStatus.vue
src/views/dashboard/workbench/components/PieChartDeviceStatus.vue
View file @
3038f46
...
...
@@ -76,7 +76,7 @@
76
76
style: {
77
77
fill: '#1a1a1a',
78
78
text: value + '个',
79
-
font: '
1.25vh
Microsoft YaHei',
79
+
font: '
0.85rem
Microsoft YaHei',
80
80
},
81
81
},
82
82
],
...
...