From 9f04807cb8031a5b2a195271cb4c97e08768524a Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Mon, 26 May 2025 11:55:04 +0800 Subject: [PATCH] dev --- src/components/common/goods/GoodsDetail.vue | 4 ++-- src/components/common/service/ServiceDetail.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/goods/GoodsDetail.vue b/src/components/common/goods/GoodsDetail.vue index 6ff70d3..5d8a8b3 100644 --- a/src/components/common/goods/GoodsDetail.vue +++ b/src/components/common/goods/GoodsDetail.vue @@ -247,14 +247,14 @@ const colosInfo = () => { font-size: 16px; font-weight: 500; color: #333333; - height: 60px; + height: 40px; } .bottom { text-align: right; border-top: 1px solid #EAEAEC; display: flex; - height: 58px; + height: 50px; align-items: center; .search { diff --git a/src/components/common/service/ServiceDetail.vue b/src/components/common/service/ServiceDetail.vue index 2560f89..5b7695b 100644 --- a/src/components/common/service/ServiceDetail.vue +++ b/src/components/common/service/ServiceDetail.vue @@ -172,14 +172,14 @@ const hide = () => { font-size: 16px; font-weight: 500; color: #333333; - height: 60px; + height: 40px; } .bottom { text-align: right; border-top: 1px solid #EAEAEC; display: flex; - height: 58px; + height: 50px; align-items: center; .search {