From 660b77a7322fcba3011d325f25b4208b861b9099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 2 Aug 2025 09:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=88=91=E7=9A=84=E5=B0=8F?= =?UTF-8?q?=E5=8C=BA=E5=B7=A6=E4=B8=8A=E8=A7=92=E6=95=B0=E6=8D=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/index/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/community/index/index.css b/packages/community/index/index.css index f7d207b5..7ca141bd 100644 --- a/packages/community/index/index.css +++ b/packages/community/index/index.css @@ -35,8 +35,9 @@ image { .emptyCommunity { font-size: 28rpx; color: #222222; - width: 200rpx; + width: auto; height: 44rpx; + padding: 5rpx 15rpx; background: rgba(255, 255, 255, 0.8); border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex;