江西测试问题整改

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

@@ -20,8 +20,8 @@
<span style="color: #ffcc33;" class="text">:合格--(3,4]</span>
<el-tag style="background: #ff9900;" class="tag" size="small">2</el-tag>
<span style="color: #ff9900;" class="text">:较差--(2,3]</span>
<el-tag style="background: #cc0000;" class="tag" size="small">1</el-tag>
<span style="color: #cc0000;" class="text">:极差--[1,2]</span>
<el-tag style="background: #A52a2a;" class="tag" size="small">1</el-tag>
<span style="color: #A52a2a;" class="text">:极差--[1,2]</span>
<div :style="{ height: layout.height }" style="overflow-y: auto" class="mt10">
<div class=" cardBox">
<el-card v-for="(item, index) in tableStore.table.data" :key="index">
@@ -48,7 +48,7 @@
4
</el-tag>
<el-tag v-if="1 <= item.data && item.data <= 2 && item.data !== 3.14159"
style="background: #cc0000; color: #fff" size="small">
style="background: #A52a2a; color: #fff" size="small">
1
</el-tag>
<span>{{ item.name }}</span>
@@ -80,7 +80,7 @@
2
</el-tag>
<el-tag v-if="1 <= item1.data && item1.data <= 2 && item1.data !== 3.14159"
style="background: #cc0000; color: #fff" size="small">
style="background: #A52a2a; color: #fff" size="small">
1
</el-tag>
<span class="xdf">
@@ -260,7 +260,7 @@ const histogram = (res: any) => {
return new echarts.graphic.LinearGradient(0, 1, 0, 0, [
{
offset: 1,
color: '#CC0000'
color: '#A52a2a'
}], false)
} else if (params.value == 0.2) {
return new echarts.graphic.LinearGradient(0, 1, 0, 0, [
@@ -290,13 +290,13 @@ const histogram = (res: any) => {
name: "",
yAxis: 1,
lineStyle: {
color: '#CC0000',
color: '#A52a2a',
},
label: {
// position:"middle",
formatter: '{b}',
textStyle: {
color: '#CC0000',
color: '#A52a2a',
}