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

@ -51,7 +51,7 @@
class-name="small-padding fixed-width"
>
<template #default="scope">
<el-button type="text" @click="selectMaterialFun(scope.row)"
<el-button type="primary" link @click="selectMaterialFun(scope.row)"
>选择<Icon icon="ep:plus" />
</el-button>
</template>
@ -91,7 +91,7 @@
class-name="small-padding fixed-width"
>
<template #default="scope">
<el-button type="text" @click="selectMaterialFun(scope.row)"
<el-button type="primary" link @click="selectMaterialFun(scope.row)"
>选择<Icon icon="akar-icons:circle-plus" />
</el-button>
</template>