修好页面ui
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user