From a80742910dfd1e4ce1e9c184469e49422ffb1a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Sun, 9 Oct 2022 14:09:45 +0800 Subject: [PATCH] fix(abc:st): fix click trigger on blank area of sub-menus (#1534) --- packages/abc/st/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/abc/st/style/index.less b/packages/abc/st/style/index.less index c7eef295ec..52cb82079d 100644 --- a/packages/abc/st/style/index.less +++ b/packages/abc/st/style/index.less @@ -23,6 +23,7 @@ &__btn { &-sub { @{st-prefix}__btn-text { + width: 100%; color: inherit; } }