style: update icon size

This commit is contained in:
JaguarJack
2023-02-20 14:41:26 +08:00
parent 9370236816
commit 306e11fb7a
9 changed files with 24 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
<Operate :show="open">
<template v-slot:operate>
<!-- header 插槽的内容放这里 -->
<el-button type="success" class="float-right" @click="installVisible = true"><Icon name="cog-6-tooth" class="mr-1 w-4" /> 安装</el-button>
<el-button type="success" class="float-right" @click="installVisible = true"><Icon name="cog-6-tooth" class="mr-1 w-4 h-4" /> 安装</el-button>
</template>
</Operate>
<el-table :data="tableData" class="mt-3" v-loading="loading">

View File

@@ -22,7 +22,7 @@
<template #reference>
<el-tag class="cursor-pointer w-8" v-if="scope.row.type === MenuType.PAGE_TYPE">
<Icon name="cog-6-tooth" class="animate-spin w-5 h-5" v-if="actionLoading" />
<Icon name="plus" class="w-4 h-4" v-else />
<Icon name="plus" className="w-4 h-4" v-else />
</el-tag>
</template>
</el-popconfirm>