From c726dc174a1e07739b593949e2931df2c96a4968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 3 Jul 2025 16:43:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=AF=92?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=B1=95=E7=A4=BAdiv=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeOperation.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/home/HomeOperation.vue b/src/components/home/HomeOperation.vue index 24436c6..9466d0a 100644 --- a/src/components/home/HomeOperation.vue +++ b/src/components/home/HomeOperation.vue @@ -217,11 +217,11 @@ const operationState = computed(() => { .home-end{ background: #FF6767; } - .home-remain-time{ background: #F6FAFE; margin-top: 6rem; - width: 27vw; + margin-left: 1rem; + margin-right: 1rem; height: 8vh; border-radius: 12px; display: flex; @@ -229,7 +229,6 @@ const operationState = computed(() => { justify-content: center; font-size: 24px; gap: 10px; - margin-left: 1rem; .home-remaini-value{ color: #2892F3; }