新版式

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

@@ -52,7 +52,7 @@
top: '56%',
textStyle: {
color: '#fff',
fontSize: fitChartSize(12)
fontSize: fitChartSize(20)
}
}
],
@@ -175,7 +175,7 @@
<style lang="scss" scoped>
.pie {
width: vw(200);
height: vh(200);
width: vw(250);
height: vh(250);
}
</style>