Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-03-18 10:40:06 +0800
Commit
178f0ff28b0d1680528f2ca60e62637e6680c878
1 parent
84177df8
在饼图组件页面中,更改label的padding,左右已经更改为0,如若还是展示不全,可换成实心饼图或者把组件宽度改大一些
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
report-ui/src/views/report/bigscreen/designer/widget/pie/widgetPiechart.vue
report-ui/src/views/report/bigscreen/designer/widget/pie/widgetPiechart.vue
View file @
178f0ff
...
...
@@ -132,7 +132,7 @@ export default {
formatter: `{a|{b}:${numberValue} ${percentage}}`,
rich: {
a: {
padding: [-30,
15, -20, 15
],
padding: [-30,
0, -20, 0
],
color: optionsSetup.subTextColor,
fontSize: optionsSetup.fontSize,
fontWeight: optionsSetup.fontWeight
...
...
Please
register
or
login
to post a comment