From 35aadc70143de0ac57e6b6627e12a880eb3c5322 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 6 Jan 2026 15:05:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=B5=E5=AD=90=E5=90=8D=E7=89=87):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8A=E8=B0=83=E6=95=B4=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=8F=8A=E4=B8=80=E9=94=AE=E6=8B=A8=E6=89=93?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E5=AE=BD=E5=BA=A6=E5=8F=8A=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_tool/contact/contact.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages_tool/contact/contact.vue b/pages_tool/contact/contact.vue index 3f8d000..085721a 100644 --- a/pages_tool/contact/contact.vue +++ b/pages_tool/contact/contact.vue @@ -551,12 +551,12 @@ image { .contact-btn { color: #fff; - padding: 6rpx 30rpx; font-size: 24rpx; border-radius: 50rpx; - min-width: 100rpx; + width: 160rpx; // 足够容纳4个汉字(8个字符) display: inline-block; text-align: center; + box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.15), 0 1rpx 3rpx rgba(0, 0, 0, 0.1); } .contact_name image {