From 6fac882c33771c009fc2b3d93631250dc8d8b11e Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Tue, 30 Apr 2024 20:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20nvue=20=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9A=84=E6=A0=B7=E5=BC=8F=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/group/members.nvue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/group/members.nvue b/pages/group/members.nvue index e40ef9e..5e07dda 100644 --- a/pages/group/members.nvue +++ b/pages/group/members.nvue @@ -716,12 +716,6 @@ flex-direction: row; flex-wrap: wrap; } - - // 收缩 - .show-less { - max-height: 400px; - } - .item { width: 150rpx; height: 140rpx; @@ -735,6 +729,10 @@ } /* #ifdef H5 */ + // 收缩 + .show-less { + max-height: 400px; + } .windows .item { width: 146rpx; } -- GitLab