From a8016937fc75ed549dab58deee195a8ab9171c27 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 16 Jul 2025 19:50:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=96=B7=E6=B6=82=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=98=BE=E5=BC=8F=E5=9B=BE=E6=A0=87=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 534057d..cdccc54 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -265,9 +265,21 @@ const viewParams = (index: number) => { 玻片{{ index + 1 }}

+ - 喷涂设置 + + 运行参数 @@ -357,6 +369,11 @@ const viewParams = (index: number) => { justify-content: center; width: 100%; } +.spray-status { + display: flex; + align-items: center; + gap: 10px; +} :deep(.ft-button) { margin: 0; }