From 462782f4b2ce653e84260ca586a58c8627c4ac9c Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 18 十一月 2022 13:55:22 +0800 Subject: [PATCH] 1 --- src/views/maintenance/operationLog.vue | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/maintenance/operationLog.vue b/src/views/maintenance/operationLog.vue index 952b642..1d97e43 100644 --- a/src/views/maintenance/operationLog.vue +++ b/src/views/maintenance/operationLog.vue @@ -90,12 +90,18 @@ </el-date-picker> </el-form-item> <el-form-item> - <el-button @click="onSubmit" icon="el-icon-search">{{ - $t('operatManage.operationLogObj.inquire') - }}</el-button> - <el-button @click="onEmpty('formData3')" icon="el-icon-delete">{{ - $t('operatManage.operationLogObj.empty') - }}</el-button> + <el-button + @click="onSubmit" + icon="el-icon-search" + style="background: #409eff; border: 1px solid #409eff; color: white" + >{{ $t('operatManage.operationLogObj.inquire') }}</el-button + > + <el-button + @click="onEmpty('formData3')" + type="info" + icon="el-icon-delete" + >{{ $t('operatManage.operationLogObj.empty') }}</el-button + > </el-form-item> </el-form> </div> -- Gitblit v1.9.3