fix(系统设置): 次要按钮-hover样式不对

This commit is contained in:
dataeaseShu 2024-02-23 17:09:35 +08:00
parent f7fe6db8a3
commit 7df3543533

View File

@ -205,7 +205,7 @@ defineExpose({
</el-form> </el-form>
<template #footer> <template #footer>
<span class="dialog-footer"> <span class="dialog-footer">
<el-button @click="resetForm(basicForm)">{{ t('common.cancel') }}</el-button> <el-button secondary @click="resetForm(basicForm)">{{ t('common.cancel') }}</el-button>
<el-button type="primary" @click="submitForm(basicForm)"> <el-button type="primary" @click="submitForm(basicForm)">
{{ t('commons.save') }} {{ t('commons.save') }}
</el-button> </el-button>