From 58e303894e0d6af986c0165a0988f623bda73bf7 Mon Sep 17 00:00:00 2001 From: zerosaturation Date: Thu, 4 Jun 2026 16:01:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/square/components/HotCategoryBlock.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/square/components/HotCategoryBlock.vue b/frontend/pages/square/components/HotCategoryBlock.vue index d00aedd..6dfa9b1 100644 --- a/frontend/pages/square/components/HotCategoryBlock.vue +++ b/frontend/pages/square/components/HotCategoryBlock.vue @@ -337,14 +337,14 @@ onUnmounted(() => { /* 第一排:3个大图突出显示 */ .grid-card:nth-child(-n + 3) { - width: calc(33% - 24rpx); + width: calc(33% - 20rpx); } .grid-card:nth-child(-n + 3) .card-image { height: 264rpx; box-shadow: 3px 3px 4.5px 2px rgba(0, 0, 0, 0.15); backdrop-filter: blur(0px); - padding: 8rpx; + /* padding: 8rpx; */ box-sizing: border-box; }