From 89278a30be5c0efab1fe1b855dcd4fadf3d4f4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Tue, 17 Sep 2024 16:19:09 +0800 Subject: [PATCH] fix(abc:st): fix submenu blank area to be clickable (#1833) --- packages/abc/st/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/abc/st/style/index.less b/packages/abc/st/style/index.less index 89edc93d51..299cac3e57 100644 --- a/packages/abc/st/style/index.less +++ b/packages/abc/st/style/index.less @@ -21,9 +21,13 @@ // 修复按钮block &__btn { &-sub { + .@{ant-prefix}-menu-title-content { + width: 100%; + } @{st-prefix}__btn-text { width: 100%; color: inherit; + display: block; } }