From 8773c5a5ab2a5fdfc55f0ac68a67a30d52e345de Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 10 Nov 2025 20:17:18 +0800 Subject: [PATCH] =?UTF-8?q?style(=E8=8B=B1=E9=9B=84=E8=8A=82):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F=E5=92=8C=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/heroesDay/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/heroesDay/index.vue b/src/views/Activities/heroesDay/index.vue index ad6f2bd..1fff913 100644 --- a/src/views/Activities/heroesDay/index.vue +++ b/src/views/Activities/heroesDay/index.vue @@ -273,7 +273,7 @@ display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; - padding: 23vw 5vw 11vw; + padding: 23vw 8vw 11vw; " >
{ // 获取2025年11月18日上午10点的时间戳(北京时间) const getTargetTime = () => { - const targetDate = new Date(2025, 10, 18, 10, 0, 0) // 月份从0开始,10代表11月 + const targetDate = new Date(2025, 10, 17, 10, 0, 0) // 月份从0开始,10代表11月 return targetDate.getTime() }