Skip to content

Commit

Permalink
fix(abc:st): fix submenu blank area to be clickable (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Sep 17, 2024
1 parent 67291ce commit 89278a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/abc/st/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
// 修复按钮block
&__btn {
&-sub {
.@{ant-prefix}-menu-title-content {
width: 100%;
}
@{st-prefix}__btn-text {
width: 100%;
color: inherit;
display: block;
}
}

Expand Down

0 comments on commit 89278a3

Please sign in to comment.