From f15b31e3a592cba4d32f237d58deb6100cc32b87 Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=9C=A8windows=E4=B8=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/group/members.nvue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/group/members.nvue b/pages/group/members.nvue index 56bbf41..208d9f2 100644 --- a/pages/group/members.nvue +++ b/pages/group/members.nvue @@ -727,6 +727,12 @@ display: inline-flex; /* #endif */ } + + /* #ifdef H5 */ + .windows .item { + width: 146rpx; + } + /* #endif */ .item.focus { border: 1px dashed #ccc; -- GitLab