mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(ActionSheet): fix that close is invalid without title (#11214)
This commit is contained in:
parent
7dde8dfb68
commit
4297aa9888
@ -100,6 +100,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
z-index: 1;
|
||||||
padding: @action-sheet-close-icon-padding;
|
padding: @action-sheet-close-icon-padding;
|
||||||
color: @action-sheet-close-icon-color;
|
color: @action-sheet-close-icon-color;
|
||||||
font-size: @action-sheet-close-icon-size;
|
font-size: @action-sheet-close-icon-size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user