mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(系统设置): 次要按钮-hover样式不对
This commit is contained in:
@@ -205,7 +205,7 @@ defineExpose({
|
||||
</el-form>
|
||||
<template #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)">
|
||||
{{ t('commons.save') }}
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user