无人机管理后台前端(已迁走)
张含笑
2025-05-29 cfb38defe43a3c3e4d42a95e0128e08a7908490f
src/views/wel/components/flyratio.vue
@@ -88,7 +88,7 @@
      top: 'center',
      textStyle: {
        color: '#999',
        fontSize: 16,
        fontSize: '1.6rem',
        fontWeight: 'normal'
      }
    },
@@ -106,13 +106,13 @@
    xAxis: {
      type: 'value',
      splitLine: { lineStyle: { color: '#E5E5E5' } },
      axisLabel: { color: '#7C8091' },
      axisLabel: { color: '#7C8091',fontSize:'1.2rem' },
      boundaryGap: [0, 0.01],
    },
    yAxis: {
      type: 'category',
      data: optionData.yAxisData,
      axisLabel: { color: '#7C8091' },
      axisLabel: { color: '#7C8091' ,fontSize:'1.2rem'},
      axisLine: { lineStyle: { color: '#D1D1D1' } },
      axisTick: { show: false },
      // 确保排序后的数据从上到下显示(最大值在顶部)