[improvement] Loading: support any color (#1717)

This commit is contained in:
neverland
2018-08-30 15:24:59 +08:00
committed by GitHub
parent fe86cea891
commit 56cc2ce837
15 changed files with 40 additions and 54 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<!-- 正在上传的图片,有上传等待提示 -->
<div v-if="paddingImg" :class="b('img')">
<img :src="paddingImg">
<loading :class="b('uploading')" type="spinner" color="black" />
<loading :class="b('uploading')" type="spinner" />
</div>
</div>
</div>