style: 优化系统配置恢复默认和取消按钮图标
This commit is contained in:
parent
624f3b8391
commit
416b8e8f3c
@ -130,7 +130,7 @@
|
|||||||
v-permission="['system:config:reset']"
|
v-permission="['system:config:reset']"
|
||||||
@click="toResetValue"
|
@click="toResetValue"
|
||||||
>
|
>
|
||||||
<template #icon><icon-redo /></template>恢复默认
|
<template #icon><icon-undo /></template>恢复默认
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="!isEdit"
|
v-if="!isEdit"
|
||||||
@ -160,7 +160,7 @@
|
|||||||
v-permission="['system:config:update']"
|
v-permission="['system:config:update']"
|
||||||
@click="handleCancel"
|
@click="handleCancel"
|
||||||
>
|
>
|
||||||
<template #icon><icon-redo /></template>取消
|
<template #icon><icon-undo /></template>取消
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user