From 8ba4a28614aa446052a8c5d02293ce3408e7e5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Mon, 7 Jul 2025 11:37:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=80=E5=A7=8B=E6=B6=88=E6=AF=92?= =?UTF-8?q?=E5=81=9C=E6=AD=A2=E6=B6=88=E6=AF=92=E6=8C=89=E9=92=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeOperation.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/home/HomeOperation.vue b/src/components/home/HomeOperation.vue index 68edcb1..03ffd68 100644 --- a/src/components/home/HomeOperation.vue +++ b/src/components/home/HomeOperation.vue @@ -197,22 +197,11 @@ const operationState = computed(() => { .home-disinfect { display: flex; justify-content: center; -} -.home-disinfect-btn { - width: 27vw; - height: 8vh; - border-radius: 12px; - color: #ffffff; - display: flex; - align-items: center; - justify-content: center; - font-size: 24px; - gap: 10px; + margin-top: 40px; } .home-start { background: #31cb7a; } - .home-end { background: #ff6767; }