江西测试问题整改

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

@@ -119,7 +119,7 @@
</div>
<div>
{{ item.title[2] }}:
<span style="color: #cc0000" @click="LookMap([], item.lineListTwo, 1)">
<span style="color: #A52a2a" @click="LookMap([], item.lineListTwo, 1)">
{{ item.lineNumTwo || 0 }}
</span>
</div>

View File

@@ -201,7 +201,7 @@ const analysis = () => {
// : params[i].value > 2
// ? '#97017e'
// : params[i].value > 0
// ? '#cc0000'
// ? '#A52a2a'
// : ''
// }">
// ${
@@ -290,7 +290,7 @@ defineExpose({ open })
color: #fff;
}
.background3 {
background-color: #cc0000;
background-color: #A52a2a;
color: #fff;
}
:deep(.el-select) {

View File

@@ -33,7 +33,7 @@
<br />
<span style="color: #ff9900">中度污染(1.6 , 2]</span>
<br />
<span style="color: #cc0000">重度污染(2 , +)</span>
<span style="color: #A52a2a">重度污染(2 , +)</span>
</div>
</el-popover>
</span>
@@ -169,7 +169,7 @@ const contaminateC = () => {
name: `重度污染:${a5}`
}
]
const color = ['#00B07D', '#3399ff', '#ffcc33', '#ff9900', '#cc0000']
const color = ['#00B07D', '#3399ff', '#ffcc33', '#ff9900', '#A52a2a']
list.forEach((item, i) => {
picEChart.value[i] = {

View File

@@ -1035,7 +1035,7 @@ const rendering = () => {
smooth: true,
itemStyle: {
normal: {
color: '#FFCC00'
color: '#DAA520'
}
},
@@ -1051,7 +1051,7 @@ const rendering = () => {
smooth: true,
itemStyle: {
normal: {
color: '#339900'
color: '#2E8B57'
}
},
@@ -1068,7 +1068,7 @@ const rendering = () => {
barWidth: 22,
itemStyle: {
normal: {
color: '#CC0000'
color: '#A52a2a'
}
},
data: item.cvalue
@@ -1452,7 +1452,7 @@ const getEcharts = () => {
symbolSize: 0,
itemStyle: {
normal: {
color: '#FFCC00'
color: '#DAA520'
}
}
},
@@ -1465,7 +1465,7 @@ const getEcharts = () => {
symbolSize: 0,
itemStyle: {
normal: {
color: '#339900'
color: '#2E8B57'
}
}
},

View File

@@ -736,7 +736,7 @@ defineExpose({ open })
}
.background3 {
background-color: #cc0000;
background-color: #A52a2a;
color: #fff;
}
</style>

View File

@@ -117,7 +117,7 @@
</div>
<div>
{{ item.title[2] }}:
<span style="color: #cc0000" @click="LookMap([], item.lineListTwo, 1)">
<span style="color: #A52a2a" @click="LookMap([], item.lineListTwo, 1)">
{{ item.lineNumTwo || 0 }}
</span>
</div>

View File

@@ -19,7 +19,7 @@
<br />
<span style="color: #97017e">较差(2 , 3]</span>
<br />
<span style="color: #cc0000">极差[1 , 2]</span>
<span style="color: #A52a2a">极差[1 , 2]</span>
</div>
</el-popover>
</span>
@@ -48,7 +48,7 @@
: assessList.score > 2
? '#97017e'
: assessList.score > 0
? '#cc0000'
? '#A52a2a'
: ''
}"
>
@@ -77,7 +77,7 @@
: item.score > 2
? '#97017e'
: item.score > 0
? '#cc0000'
? '#A52a2a'
: ''
}"
>