Skip to content

Commit

Permalink
fix(ActionSheet): fix that close is invalid without title (#11213)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjw-gavin committed Nov 3, 2022
1 parent 20f940d commit cedbc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vant/src/action-sheet/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 1;
padding: var(--van-action-sheet-close-icon-padding);
color: var(--van-action-sheet-close-icon-color);
font-size: var(--van-action-sheet-close-icon-size);
Expand Down

0 comments on commit cedbc08

Please sign in to comment.