江西测试问题整改

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

@@ -3,14 +3,14 @@
<div style="position: absolute; right: 60px; top: 5px; font-weight: bold"
v-if="!loading && tableStore.table.data && tableStore.table.data.type && tableStore.table.data.type.length != 0">
<el-tag style="
background: #cc0000;
background: #A52a2a;
width: 30px;
height: 15px;
border: 1px solid #cc0000;
border: 1px solid #A52a2a;
float: left;
margin-top: 2px;
"></el-tag>
<span style="color: #cc0000; font-weight: 400; float: left">&nbsp&nbsp在线率<60% &nbsp&nbsp</span>
<span style="color: #A52a2a; font-weight: 400; float: left">&nbsp&nbsp在线率<60% &nbsp&nbsp</span>
<el-tag size="mini" style="
background: #ffcc33;
width: 30px;
@@ -180,7 +180,7 @@ const tableStore = new TableStore({
[
{
offset: 1,
color: '#CC0000'
color: '#A52a2a'
}
],
false
@@ -239,13 +239,13 @@ const tableStore = new TableStore({
name: '',
yAxis: 60,
lineStyle: {
color: '#CC0000'
color: '#A52a2a'
},
label: {
//position: "middle",
formatter: '{b}',
textStyle: {
color: '#CC0000'
color: '#A52a2a'
}
}
}