From e5d5c961fbd6241ee66b976426d223c97f18d166 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 24 Dec 2025 16:04:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/hover-nav/hover-nav.vue | 4 ++-- project.config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index bbe7f94..9b274f8 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -201,7 +201,7 @@ export default { transition: 0.1s; background: #c6251b; color: #fff; - border-radius: 60%; + border-radius: 40rpx; width: 80rpx; height: 80rpx; padding: 0; @@ -219,7 +219,7 @@ export default { display: flex; justify-content: center; align-items: center; - border-radius: 60%; + border-radius: 40rpx; /* 确保图标本身也是圆形 */ } diff --git a/project.config.json b/project.config.json index 14f0be7..7126295 100644 --- a/project.config.json +++ b/project.config.json @@ -42,7 +42,7 @@ "compileType": "miniprogram", "libVersion": "2.16.1", "appid": "wx29215aa1bd97bbd6", - "projectname": "niushop_b2c_v4_uniapp", + "projectname": "uniapp", "debugOptions": { "hidedInDevtools": [] },