fix:修改图标大小以及调整圆环大小
This commit is contained in:
@@ -257,7 +257,7 @@
|
|||||||
color: #80A7F4;
|
color: #80A7F4;
|
||||||
}
|
}
|
||||||
.nz-icon-project {
|
.nz-icon-project {
|
||||||
font-size: 1.5rem !important;
|
font-size: 1.75rem !important;
|
||||||
color: #F6B275;
|
color: #F6B275;
|
||||||
}
|
}
|
||||||
.nz-icon-overview-module {
|
.nz-icon-overview-module {
|
||||||
|
|||||||
@@ -333,7 +333,7 @@
|
|||||||
name: 'Type',
|
name: 'Type',
|
||||||
data: typeSeriesData.sort((a, b) => {return a.value > b.value ? -1 : 1}),
|
data: typeSeriesData.sort((a, b) => {return a.value > b.value ? -1 : 1}),
|
||||||
type: 'pie',
|
type: 'pie',
|
||||||
radius: ["58%", "75%"],
|
radius: ["43%", "55%"],
|
||||||
center: ["40%", "50%"],
|
center: ["40%", "50%"],
|
||||||
minAngle: 15,
|
minAngle: 15,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
|||||||
Reference in New Issue
Block a user