From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 九月 2022 22:50:54 +0800
Subject: [PATCH] 2022-09-06

---
 src/components/header/index.scss |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/components/header/index.scss b/src/components/header/index.scss
index 27850ef..ee1530d 100644
--- a/src/components/header/index.scss
+++ b/src/components/header/index.scss
@@ -196,7 +196,7 @@
   border-radius: 4px;
   box-shadow: 0 0 3px #959595;
   position: relative;
-  left: 11.8%;
+  // left: 11.8%;
   .menu-wrap {
     .title {
       color: #1890ff;
@@ -205,21 +205,23 @@
     }
     .menu-detail {
       max-width: 60vw;
-      padding: 5px 0 10px 15px;
+      padding: 5px 0 5px 15px;
       div {
-        float: left;
-        margin-bottom: 5px;
+        // float: left;
+        display: inline-block;
+        vertical-align: top;
+        margin-bottom: 8px;
         width: 120px;
-        overflow: hidden;
-        white-space: nowrap;
-        text-overflow: ellipsis;
+        // overflow: hidden;
+        // white-space: nowrap;
+        // text-overflow: ellipsis;
         cursor: pointer;
       }
       div:hover {
         color: #40a9ff;
       }
       div:not(:last-child) {
-        margin-right: 20px;
+        margin-right: 15px;
       }
     }
     .menu-detail::after {

--
Gitblit v1.8.0