fix: 整体图标调整

This commit is contained in:
陈小婷
2020-12-08 00:22:55 +08:00
parent 7bae4c3752
commit 5dc8226ce1
19 changed files with 45 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<a-button-group>
<a-button type="primary" @click="openUploadModal" preIcon="ant-design:cloud-upload-outlined">
<a-button type="primary" @click="openUploadModal" preIcon="carbon:cloud-upload">
{{ t('component.upload.upload') }}
</a-button>
<Tooltip placement="bottom" v-if="showPreview">
@@ -10,7 +10,7 @@
<template v-if="fileListRef.length">{{ fileListRef.length }}</template>
</template>
<a-button @click="openPreviewModal">
<Icon icon="ant-design:eye-outlined" />
<Icon icon="bi:eye" />
<template v-if="fileListRef.length && showPreviewNumber">
{{ fileListRef.length }}
</template>