fix(ActionSheet): fix that close is invalid without title (#11213)

This commit is contained in:
Gavin 2022-11-03 21:53:38 +08:00 committed by GitHub
parent 20f940d6a4
commit cedbc089b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);