From dd055c43b22617b235cef59e4d3d1620939a5fc3 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 2 Aug 2025 20:07:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=80=92=E8=AE=A1=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index d775653..113f0b2 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -303,6 +303,7 @@ const viewParams = (index: number) => { 运行参数 @@ -394,6 +395,14 @@ const viewParams = (index: number) => { } .spray-params-footer { height: 80px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + gap: 10px; + .unit-text { + font-size: 30px; + } } .spray-status { display: flex;