fix: size="mini" & type="text"过时

This commit is contained in:
dhb52
2023-04-09 13:08:19 +08:00
parent daa124a478
commit 4465220ed7
7 changed files with 31 additions and 16 deletions

View File

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