mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] ActionSheet: optimize loading icon
This commit is contained in:
@@ -86,7 +86,7 @@ function ActionSheet(
|
||||
|
||||
function OptionContent() {
|
||||
if (item.loading) {
|
||||
return <Loading class={bem('loading')} size="20px" />;
|
||||
return <Loading size="20px" />;
|
||||
}
|
||||
|
||||
return [
|
||||
|
Reference in New Issue
Block a user