liuying
2024-10-30 fb89f71e5f56f9e02853c206154093af9b701511
yiqi_screen/src/components/ProdlineHealthy.vue
@@ -17,7 +17,7 @@
    this.option = {
      legend: {
        orient: "vertical",
        bottom: '10%',
        bottom: '30%',
        right: '6%',
        textStyle:{
            color:'#fff'
@@ -41,8 +41,10 @@
        ],
      },
      radar: {
        center:['43%','55%'],
        radius:'65%',
        // center:['43%','55%'],
        center: ["33%", "50%"],
        // radius:'65%',
        radius:'30%',
        indicator: [
          { name: "人", max: 100, color: "#fff" },
          { name: "环", max: 100, color: "#fff" },
@@ -165,4 +167,10 @@
</script>
        
        <style>
        #echarts2 {
          width: 2.89rem;
          height: 2.6rem;
        transform: scaleY(2);
        /* border: 1px solid red; */
        }
</style>