修好页面ui

This commit is contained in:
GGJ
2025-04-10 11:29:58 +08:00
parent 9a7a1ff46a
commit 02053ac58f
17 changed files with 369 additions and 54 deletions

View File

@@ -72,12 +72,12 @@ const info = () => {
itemStyle: {
color: function (params) {
return params.value >= 90
? '#009900'
? '#00b07d'
: params.value >= 80
? '#77DA63'
? '#2b7fd3'
: params.value >= 70
? '#FFCC00'
: '#CC0000'
? '#ffcc33'
: '#97017e'
}
},
markLine: {