From 7952b69f6a34845a7d5f622d1e7d36dfec62c588 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sat, 10 May 2025 15:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A5=BD=E5=8F=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AF=BC=E8=88=AA=E6=9D=A1=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/pages/friend/friend.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/im-uniapp/pages/friend/friend.vue b/im-uniapp/pages/friend/friend.vue index 1a89263..2702702 100644 --- a/im-uniapp/pages/friend/friend.vue +++ b/im-uniapp/pages/friend/friend.vue @@ -118,9 +118,13 @@ export default { color: $im-text-color !important; } + :deep(.u-index-list__letter) { + margin-top: 50px; + } + :deep(.u-index-list__letter__item) { - width: 48rpx !important; - height: 48rpx !important; + width: 40rpx !important; + height: 40rpx !important; } :deep(.u-index-list__letter__item__index) {