diff --git a/packages/action-sheet/index.less b/packages/action-sheet/index.less index 6e900509..a53a1a3d 100644 --- a/packages/action-sheet/index.less +++ b/packages/action-sheet/index.less @@ -18,8 +18,6 @@ } &__cancel { - .theme(height, '@action-sheet-item-height'); - &::before { display: block; content: ' '; @@ -66,4 +64,9 @@ .theme(font-size, '@action-sheet-close-icon-size') !important; .theme(color, '@action-sheet-close-icon-color'); } + + &__loading { + display: flex !important; + .theme(height, '@action-sheet-item-height'); + } } diff --git a/packages/action-sheet/index.wxml b/packages/action-sheet/index.wxml index 2dcbf4f8..bed9b06b 100644 --- a/packages/action-sheet/index.wxml +++ b/packages/action-sheet/index.wxml @@ -38,7 +38,7 @@ {{ item.name }} {{ item.subname }} - +