江西测试问题整改

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

@@ -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>