From b9db7d7f5c0bca8a42baa53f3dc75c3fe0e763a9 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Thu, 24 Sep 2026 16:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E7=BE=A4=E6=96=87=E5=AD=97=E6=94=B9?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabs/contacts.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/tabs/contacts.vue b/pages/tabs/contacts.vue index f8ab75e..bfba1f8 100644 --- a/pages/tabs/contacts.vue +++ b/pages/tabs/contacts.vue @@ -2,7 +2,9 @@ @@ -226,5 +228,5 @@ export default { .mini { width: 64rpx; height: 64rpx; display: flex; align-items: center; justify-content: center; } .empty { text-align: center; color: #6B7280; padding: 120rpx 40rpx; font-size: 28rpx; } .foot { display: block; text-align: center; color: #9CA3AF; font-size: 22rpx; padding: 28rpx 0 48rpx; } -.ico { padding: 8rpx 4rpx; color: #1677FF; font-size: 28rpx; font-weight: 600; } +.ico { width: 56rpx; height: 56rpx; display: flex; align-items: center; justify-content: center; }