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; }