fix(shopGoods): 精简上传按钮文本

- 将上传按钮中的文本从“上传图标”修改为“上传”
- 优化界面简洁性提升用户体验
This commit is contained in:
2026-07-12 22:38:09 +08:00
parent 59678f7ddd
commit 76ab68322c

View File

@@ -164,7 +164,7 @@
<template #icon> <template #icon>
<UploadOutlined/> <UploadOutlined/>
</template> </template>
<span>上传图标</span> <span>上传</span>
</a-button> </a-button>
</a-upload> </a-upload>
<div class="ele-text-placeholder"> <div class="ele-text-placeholder">