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

This commit is contained in:
Gavin 2022-11-03 21:53:59 +08:00 committed by GitHub
parent 7dde8dfb68
commit 4297aa9888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 1;
padding: @action-sheet-close-icon-padding;
color: @action-sheet-close-icon-color;
font-size: @action-sheet-close-icon-size;