fix:修改图标大小以及调整圆环大小

This commit is contained in:
zhangyu
2020-10-12 11:01:55 +08:00
parent d468e5cf5b
commit ad0838c82d
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@
color: #80A7F4;
}
.nz-icon-project {
font-size: 1.5rem !important;
font-size: 1.75rem !important;
color: #F6B275;
}
.nz-icon-overview-module {

View File

@@ -333,7 +333,7 @@
name: 'Type',
data: typeSeriesData.sort((a, b) => {return a.value > b.value ? -1 : 1}),
type: 'pie',
radius: ["58%", "75%"],
radius: ["43%", "55%"],
center: ["40%", "50%"],
minAngle: 15,
itemStyle: {