江西测试问题整改

This commit is contained in:
guanj
2025-07-16 18:31:31 +08:00
parent 2f5ab61e9c
commit 6f15ce04fb
53 changed files with 286 additions and 234 deletions

View File

@@ -63,7 +63,7 @@
</span>
<span v-if="
2 <= scope.row.data && scope.row.data && scope.row.data !== 3.14159
" style=" font-weight: bold;color: #cc0000;">
" style=" font-weight: bold;color: #A52a2a;">
重度污染
</span>
<span v-if="scope.row.data == 3.14159" style="color: #000;">
@@ -207,7 +207,7 @@ const map = (res: any) => {
gt: 2,
lt: 10000,
label: '重度污染',
color: '#CC0000',
color: '#A52a2a',
},
{
gte: 1.2,
@@ -339,7 +339,7 @@ const histogram = (res: any) => {
[
{
offset: 1,
color: '#CC0000'
color: '#A52a2a'
}
],
false
@@ -496,13 +496,13 @@ const histogram = (res: any) => {
name: '',
yAxis: 2,
lineStyle: {
color: '#CC0000'
color: '#A52a2a'
},
label: {
// position: "middle",
formatter: '{b}',
textStyle: {
color: '#CC0000'
color: '#A52a2a'
}
}
}