江西测试问题整改

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

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