江西测试问题整改

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

@@ -112,12 +112,12 @@ const info = () => {
// name: '',
// yAxis: 100,
// lineStyle: {
// color: '#009900'
// color: '#2E8B57'
// },
// label: {
// show: true,
// formatter: '优质',
// color: '#009900'
// color: '#2E8B57'
// }
// },
// {
@@ -136,11 +136,11 @@ const info = () => {
// name: '',
// yAxis: 60,
// lineStyle: {
// color: '#FFCC00'
// color: '#DAA520'
// },
// label: {
// show: true,
// color: '#FFCC00',
// color: '#DAA520',
// formatter: '合格'
// }
// }

View File

@@ -96,12 +96,12 @@ onMounted(() => {
top: 100%;
}
.hexagon1 {
background-color: #339900;
background-color: #2E8B57;
&::before {
border-bottom: 27.5px solid #339900;
border-bottom: 27.5px solid #2E8B57;
}
&::after {
border-top: 27.5px solid #339900;
border-top: 27.5px solid #2E8B57;
}
}
.hexagon2 {
@@ -114,12 +114,12 @@ onMounted(() => {
}
}
.hexagon3 {
background-color: #cc0000;
background-color: #A52a2a;
&::before {
border-bottom: 27.5px solid #cc0000;
border-bottom: 27.5px solid #A52a2a;
}
&::after {
border-top: 27.5px solid #cc0000;
border-top: 27.5px solid #A52a2a;
}
}
</style>