From b0bc928022a8d5d2df389199c2a59a798aa8624c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sat, 09 Nov 2024 15:52:59 +0800
Subject: [PATCH] 优化

---
 src/views/layout/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index 7d877b2..a8ff915 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -179,20 +179,27 @@
         height: 36px;
         color: #fff;
         display: flex;
-        flex-direction: column;
         align-items: center;
         justify-content: space-between;
+        padding: 0 10px;
         cursor: pointer;
 
         .img {
           width: 16px;
           height: 16px;
+          margin-right: 5px;
         }
 
         span {
           font-size: 13px;
         }
       }
+
+      .login-out:hover {
+        background-color: #3c5e8f;
+        border-radius: 20px;
+
+      }
     }
 
     .main-container {

--
Gitblit v1.9.3