新版式

This commit is contained in:
duanliang
2025-11-24 23:17:46 +08:00
parent 9d78158b77
commit 5c17235581
55 changed files with 973 additions and 731 deletions

View File

@@ -49,11 +49,11 @@
rich: {
name: {
color: '#fff',
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
},
value: {
color: '#00D5F6',
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
}
}
}
@@ -92,7 +92,7 @@
label: {
show: false,
color: '#D3F0FE',
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
},
data: getSeriesData()
},
@@ -109,7 +109,7 @@
label: {
show: false,
color: '#D3F0FE',
fontSize: fitChartSize(12)
fontSize: fitChartSize(18)
},
data: getSeriesData()
},
@@ -152,6 +152,6 @@
<style lang="scss" scoped>
.age {
width: vw(240);
height: vh(280);
height: vh(800);
}
</style>