chore: update the latest version of element-plus

This commit is contained in:
xiaoxian521
2022-05-27 17:21:18 +08:00
parent 870f064598
commit a53cbc2b87
14 changed files with 311 additions and 290 deletions

View File

@@ -228,7 +228,8 @@ onMounted(() => {
<template #default="scope">
<el-button
class="reset-margin"
type="text"
link
type="primary"
:size="size"
@click="handleUpdate(scope.row)"
:icon="useRenderIcon('edits')"
@@ -239,7 +240,8 @@ onMounted(() => {
<template #reference>
<el-button
class="reset-margin"
type="text"
link
type="primary"
:size="size"
:icon="useRenderIcon('delete')"
@click="handleDelete(scope.row)"
@@ -251,7 +253,8 @@ onMounted(() => {
<el-dropdown>
<el-button
class="ml-3"
type="text"
link
type="primary"
:size="size"
@click="handleUpdate(scope.row)"
:icon="useRenderIcon('more')"
@@ -261,7 +264,8 @@ onMounted(() => {
<el-dropdown-item>
<el-button
class="reset-margin !h-20px !text-gray-500"
type="text"
link
type="primary"
:size="size"
:icon="useRenderIcon('menu')"
>
@@ -271,7 +275,8 @@ onMounted(() => {
<el-dropdown-item>
<el-button
class="reset-margin !h-20px !text-gray-500"
type="text"
link
type="primary"
:size="size"
:icon="useRenderIcon('database')"
>