[improvement] replace icons (#2304)

This commit is contained in:
neverland
2018-12-16 15:59:52 +08:00
committed by GitHub
parent f473a0eb66
commit c100b045d1
27 changed files with 143 additions and 164 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<template v-else>
<icon name="photograph" />
<span class="label">{{ value ? '重拍' : '拍照' }}</span>
<icon name="photo" />
<icon name="picture" />
<span class="label">{{ value ? '重新选择照片' : '选择照片' }}</span>
</template>
</div>