Skip to content

Commit

Permalink
fix(side-bar-item): 修复激活项的兄弟项点击热区部分丢失的问题 (#2431)
Browse files Browse the repository at this point in the history
fix #2430

Co-authored-by: xuqingkai <[email protected]>
  • Loading branch information
Moonofweisheng and xuqingkai authored Nov 15, 2023
1 parent 7f264e4 commit 25335b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/side-bar-item/side-bar-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
width: 100%;
height: calc(@side-bar-border-radius * 2);
background: #fff;
pointer-events: none;

&::after {
content: '';
Expand Down

0 comments on commit 25335b2

Please sign in to comment.