无人机管理后台前端(已迁走)
张含笑
2025-05-14 e04d93114e3646451aa49fc02260eb992beafc9a
src/views/wel/index.vue
@@ -254,21 +254,22 @@
        fontWeight: '600',
      },
      top: '40%',
      left: '53%',
      left: '48%',
      textAlign: 'center', // 文本对齐
    },
    series: [
      {
        name: '',
        type: 'pie',
        radius: ['40%', '55%'],
        radius: ['50%', '65%'],
        avoidLabelOverlap: true,
        left: '10%',
        // left: '10%',
        label: {
          formatter: params => {
            return `{a|${params.name}}: ${params.data.rate}%`;
          },
          alignTo: 'labelLine',
          overflow: 'truncate',
          rich: {
            a: {
              color: 'rgba(28, 31, 35, 0.80)',
@@ -283,6 +284,8 @@
        },
        labelLine: {
          show: true,
          length: 5, // 调整引导线长度
          length2: 15,
          lineStyle: {
            cap: 'round',
          },
@@ -566,6 +569,7 @@
          .workOrder {
            margin-top: 21px;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #dfdfdf;
            .card-group {
              width: 40%;