fix(ActionSheet): icon class name (#12701)

This commit is contained in:
neverland
2024-03-17 19:57:07 +08:00
committed by GitHub
parent a4bb0a3aaa
commit e35ecb7c82

View File

@@ -78,7 +78,7 @@
cursor: default;
}
&--icon {
&-icon {
font-size: var(--van-action-sheet-item-icon-size);
margin-right: var(--van-action-sheet-item-icon-margin-right);
}