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