From c60fee8ea3034f8c05ee1f1cd74c1c6625d6257a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 13 May 2025 14:31:13 +0800
Subject: [PATCH] feat:ui调整

---
 src/views/wel/components/flyratio.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/wel/components/flyratio.vue b/src/views/wel/components/flyratio.vue
index 6a0138e..b8390e4 100644
--- a/src/views/wel/components/flyratio.vue
+++ b/src/views/wel/components/flyratio.vue
@@ -97,13 +97,13 @@
     xAxis: {
       type: 'value',
       splitLine: { lineStyle: { color: '#E5E5E5' } },
-      axisLabel: { color: '#35455aa6' },
+      axisLabel: { color: '#7C8091' },
       boundaryGap: [0, 0.01],
     },
     yAxis: {
       type: 'category',
       data: optionData.yAxisData,
-      axisLabel: { color: '#35455aa6' },
+      axisLabel: { color: '#7C8091' },
       axisLine: { lineStyle: { color: '#D1D1D1' } },
       axisTick: { show: false },
       // 4. 确保排序后的数据从上到下显示(最大值在顶部)

--
Gitblit v1.9.3