From 9ffeddf53070d91646d4ff75f9161d8dee8644ad Mon Sep 17 00:00:00 2001 From: zhanyini Date: Wed, 22 Feb 2023 00:40:22 -0800 Subject: [PATCH] =?UTF-8?q?fix(dropdown-item):=E4=BF=AE=E5=A4=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8dropdown=E7=BB=84=E4=BB=B6=E9=83=A8=E7=BD=B2=E5=90=8E?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dropdown-item/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropdown-item/index.less b/src/dropdown-item/index.less index d330c00..a5442ef 100644 --- a/src/dropdown-item/index.less +++ b/src/dropdown-item/index.less @@ -15,7 +15,7 @@ @dropdown-item-prefix-cls: ~'@{css-prefix}dropdown-menu__item'; -li.@{dropdown-item-prefix-cls} { +[class*=tiny-] li.@{dropdown-item-prefix-cls} { .component-css-vars-dropdown-item(); list-style: none;