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/eventlogManage.vue |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/views/maintenance/eventlogManage.vue b/src/views/maintenance/eventlogManage.vue
index 25d7c0d..098c33d 100644
--- a/src/views/maintenance/eventlogManage.vue
+++ b/src/views/maintenance/eventlogManage.vue
@@ -83,12 +83,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('formData2')" 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('formData2')"
+            icon="el-icon-delete"
+            type="info"
+            >{{ $t('operatManage.operationLogObj.empty') }}</el-button
+          >
         </el-form-item>
       </el-form>
     </div>

--
Gitblit v1.9.3