mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-11 08:01:40 +00:00
fix: type='text' => type='primary' link
This commit is contained in:
@@ -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"
|
||||
>素材库选择
|
||||
|
||||
Reference in New Issue
Block a user