fix(ActionSheet): loading icon align (#2222)

This commit is contained in:
neverland 2019-10-30 09:51:59 +08:00 committed by GitHub
parent 3cbd24c35b
commit b1e6c903e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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');
}
}

View File

@ -38,7 +38,7 @@
{{ item.name }}
<text wx:if="{{ item.subname }}" class="van-action-sheet__subname" >{{ item.subname }}</text>
</block>
<van-loading wx:else size="20px" />
<van-loading wx:else custom-class="van-action-sheet__loading" size="20px" />
</button>
</view>
<slot />