From 8680e1446dadfa858024b98c2ec40f2193e624c9 Mon Sep 17 00:00:00 2001
From: AIOS User <basic@aios.aios.baisc>
Date: 星期二, 23 十一月 2021 18:08:37 +0800
Subject: [PATCH] fix compilation error

---
 src/pages/syslog/index/App.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/pages/syslog/index/App.vue b/src/pages/syslog/index/App.vue
index dc1a3c3..666e19a 100644
--- a/src/pages/syslog/index/App.vue
+++ b/src/pages/syslog/index/App.vue
@@ -40,7 +40,7 @@
         { name: "鎿嶄綔鏃ュ織", icon: "\ue706", size: 26 },
         { name: "绯荤粺鏃ュ織", icon: "\ue730", size: 26 },
         { name: "杞鏃ュ織", icon: "\ue708", size: 26 },
-        { name: "浜嬩欢鎺ㄩ�佹棩蹇�", icon: "\ue707", size: 15 },
+        { name: "浜嬩欢鎺ㄩ�佹棩蹇�", icon: "\ue7c9", size: 17 },
       ],
       activePage: 0,
     };
@@ -98,6 +98,12 @@
     }
   }
 }
+
+.icon_clear:hover {
+  border-radius: 50%;
+  background-color: #4e94ff !important;
+  color: #fff !important;
+}
 </style>
 
 

--
Gitblit v1.8.0