From cb3651494c165f893e60f243fe397a3015cf303c Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Fri, 9 Aug 2024 10:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8E=92=E6=9F=A5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/detail.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/index/detail.vue b/pages/index/detail.vue index a931e84..275be93 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -755,7 +755,7 @@ display: flex; justify-content: flex-end; position: absolute; - right: -0px; + right: -2px; bottom: -44px; .btn { @@ -766,9 +766,10 @@ align-items: center; // width: 132px; min-width: 72rpx; - padding: 10rpx; - margin: 10rpx; + padding: 10rpx 14rpx; + margin: 10rpx ; border-radius: 4rpx; + font-size: 30rpx; } }