fix: type='text' => type='primary' link

This commit is contained in:
dhb52
2023-04-14 15:26:06 +08:00
parent 4f3e7ecaac
commit 0b055b5db4
6 changed files with 17 additions and 9 deletions

View File

@ -231,7 +231,7 @@
:on-success="handleUploadSuccess"
>
<template #trigger>
<el-button type="text">本地上传</el-button>
<el-button type="primary" link>本地上传</el-button>
</template>
<el-button type="primary" link @click="openMaterial" style="margin-left: 5px"
>素材库选择