修改bug

This commit is contained in:
‘937886381’
2024-06-07 11:13:59 +08:00
parent 1e8d60696b
commit ef618a4abb
27 changed files with 643 additions and 214 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-05-30 08:58:39
* @LastEditTime: 2024-06-05 09:15:03
* @LastEditTime: 2024-06-07 09:29:45
* @LastEditors: zhp
* @Description:
-->
@@ -106,7 +106,7 @@ export default {
},
series: [
{
name: "fto", // this.series[0].name,
name: "FTO", // this.series[0].name,
type: "bar",
barWidth: 12,
itemStyle: {
@@ -296,7 +296,7 @@ export default {
.legend-item {
position: relative;
// font-size: 12px;
margin-right: 1.3vw;
margin-right:1.2vw;
&::before {
content: "";
@@ -308,7 +308,9 @@ export default {
margin-right: 0.22vw;
}
}
.legend-item:nth-child(3) {
margin-left: 1vw;
}
.legend-item:nth-child(1):before {
background-color: #12f7f1;
}