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

@@ -102,7 +102,8 @@ onMounted(async () => {
<el-dropdown-item>
<el-button
class="reset-margin !h-20px !text-gray-500"
type="text"
link
type="primary"
:icon="useRenderIcon('expand')"
@click="toggleRowExpansionAll(true)"
>
@@ -112,7 +113,8 @@ onMounted(async () => {
<el-dropdown-item>
<el-button
class="reset-margin !h-20px !text-gray-500"
type="text"
link
type="primary"
:icon="useRenderIcon('unExpand')"
@click="toggleRowExpansionAll(false)"
>
@@ -122,7 +124,8 @@ onMounted(async () => {
<el-dropdown-item>
<el-button
class="reset-margin !h-20px !text-gray-500"
type="text"
link
type="primary"
:icon="useRenderIcon('reset')"
@click="onReset"
>