fix(shopGoods): 精简上传按钮文本
- 将上传按钮中的文本从“上传图标”修改为“上传” - 优化界面简洁性提升用户体验
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
<template #icon>
|
||||
<UploadOutlined/>
|
||||
</template>
|
||||
<span>上传图标</span>
|
||||
<span>上传</span>
|
||||
</a-button>
|
||||
</a-upload>
|
||||
<div class="ele-text-placeholder">
|
||||
|
||||
Reference in New Issue
Block a user