From 63a147131244e69e8d0d2ae31241a44532077d1f Mon Sep 17 00:00:00 2001 From: waibao2 <1@qq.com> Date: Thu, 30 Oct 2025 16:18:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B4=AA=E6=B0=B4=E9=A2=84?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flood/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/flood/index.vue b/src/views/flood/index.vue index a94e899..30ca8d7 100644 --- a/src/views/flood/index.vue +++ b/src/views/flood/index.vue @@ -385,6 +385,9 @@ yAxis: [ { // 雨量 - 左侧 type: 'value', + axisLine: { + show: true + }, name: '雨量 (mm)', nameLocation: 'middle', nameGap: 35, @@ -397,6 +400,9 @@ }, { // 水位 - 右侧 type: 'value', + axisLine: { + show: true + }, name: '水位 (m)', nameLocation: 'middle', nameGap: 45,