mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 08:57:14 +08:00
style: 优化系统配置恢复默认和取消按钮图标
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user