From 07a82e5cc16f164e0d47a3fc6307a69f8a22cd21 Mon Sep 17 00:00:00 2001 From: RoseyW <104709540+RoseyW@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:47:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=81=AE=E7=BD=A9=E5=B1=82=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9A=84=E9=97=AE=E9=A2=98=20(#1615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dropdown-item/dropdown-item.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropdown-item/dropdown-item.less b/src/dropdown-item/dropdown-item.less index 3daff8589..bc2e67220 100644 --- a/src/dropdown-item/dropdown-item.less +++ b/src/dropdown-item/dropdown-item.less @@ -31,7 +31,7 @@ // 为了解决虚拟节点偶尔出现的问题 display: block; width: 100%; - height: 100%; + height: max-content; overflow: hidden; position: absolute; left: 0;