From eca3bc0ecb283d9e9402441c6ed3e3580621990f Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 22 七月 2021 11:00:25 +0800
Subject: [PATCH] 桌面开始菜单

---
 src/pages/syslog/views/operationLog.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/pages/syslog/views/operationLog.vue b/src/pages/syslog/views/operationLog.vue
index 523cf69..a1800c6 100644
--- a/src/pages/syslog/views/operationLog.vue
+++ b/src/pages/syslog/views/operationLog.vue
@@ -350,7 +350,8 @@
         display: flex;
         align-items: baseline;
         width: fit-content;
-        margin-right: 20px;    min-width: 120px;
+        margin-right: 20px;
+        min-width: 120px;
         .name {
           margin-right: 5px;
           min-width: fit-content;
@@ -378,9 +379,10 @@
     }
   }
   .el-pagination {
-    padding: 20px 5px;    height: 100%;
-    box-sizing: border-box;    background-color: white;
-
+    padding: 20px 5px;
+    height: 100%;
+    box-sizing: border-box;
+    background-color: white;
   }
 }
 </style>

--
Gitblit v1.8.0