江西测试问题整改

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

@@ -25,8 +25,8 @@
<span style="color: #339966">:优秀60%</span> 
<el-tag style="background: #ffcc33; color: #fff" size="small"></el-tag>
<span style="color: #ffcc33">:60%良好90% </span> 
<el-tag style="background: #cc0000; color: #fff" size="small"></el-tag>
<span style="color: #cc0000">:极差90%</span>
<el-tag style="background: #A52a2a; color: #fff" size="small"></el-tag>
<span style="color: #A52a2a">:极差90%</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">
@@ -41,7 +41,7 @@
</el-tag>
<el-tag v-if="90 <= item.data && item.data"
style="color: #fff; background: #cc0000" size="small">
style="color: #fff; background: #A52a2a" size="small">
</el-tag>
<el-tag v-if="item.data == 3.14159 "
@@ -65,7 +65,7 @@
</el-tag>
<el-tag v-if="90 <= item1.data && item1.data"
style="color: #fff; background: #cc0000" size="small">
style="color: #fff; background: #A52a2a" size="small">
</el-tag>
<el-tag v-if="item1.data == 3.14159 "
@@ -97,7 +97,7 @@
4
</el-tag>
<el-tag v-if="2 <= item1.data && item1.data && item1.data !== 3.14159"
style="background: #cc0000; color: #fff" size="small">
style="background: #A52a2a; color: #fff" size="small">
5
</el-tag> -->
<span class="xdf">
@@ -280,7 +280,7 @@ const histogram = (res: any) => {
[
{
offset: 1,
color: '#CC0000'
color: '#A52a2a'
}
],
false
@@ -383,13 +383,13 @@ const histogram = (res: any) => {
name: '',
yAxis: 100,
lineStyle: {
color: '#CC0000'
color: '#A52a2a'
},
label: {
// position: "middle",
formatter: '{b}',
textStyle: {
color: '#CC0000'
color: '#A52a2a'
}
}
}