From 98aec0baaef46392f6bede8f507466fc75eca137 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 23 三月 2023 14:37:57 +0800
Subject: [PATCH] 顶部菜单修改,目录管理批量导入修改

---
 src/assets/css/index.css |   36 +++++++++++++++++++++++-------------
 1 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/src/assets/css/index.css b/src/assets/css/index.css
index 8c72cc0..5761591 100644
--- a/src/assets/css/index.css
+++ b/src/assets/css/index.css
@@ -12,7 +12,7 @@
 
 .el-header {
     padding: 0;
-    height: 90px !important;
+    height: 60px !important;
 }
 
 .el-main {
@@ -43,7 +43,7 @@
     /* width: 415px;
     height: 70px;
     background: url("../img/LOGO.png") no-repeat center; */
-    width: 240px;
+    width: 18%;
     height: 50px;
     background: url("../img/menu/navtitle.png") no-repeat center center;
     background-size: 100% 100%;
@@ -52,7 +52,9 @@
 .topMenu {
     width: auto;
     flex: 1;
-    height: 100px;
+    height: 60px;
+    margin-left: 3%;
+
 }
 
 .menuContent {
@@ -60,7 +62,17 @@
     height: 100%;
     display: flex;
     align-items: center;
-    justify-content: center;
+    /* justify-content: center; */
+}
+
+.topUser {
+
+    color: white;
+    width: 9%;
+    height: 100%;
+    display: flex;
+    align-items: center;
+    padding-left: 10px;
 }
 
 .contentDiv {
@@ -81,10 +93,10 @@
 }
 
 .menulabel {
-    font-size: 10px;
+    font-size: 15px;
     font-family: Source Han Sans CN;
     text-align: left;
-    padding: 0 20px;
+    padding: 0 10px;
     /*width: 100px;*/
     /*width: 120px;*/
     color: #fff
@@ -164,12 +176,7 @@
     background-size: 100% 100%;
 }
 
-.topUser {
-    color: white;
-    height: 70px;
-    display: flex;
-    align-items: center;
-}
+
 
 .userName {
     margin: 0px 10px 0 5px;
@@ -177,6 +184,7 @@
     display: flex;
     justify-content: space-between;
     height: 30px;
+    align-items: center;
 }
 
 .userLanguage {
@@ -184,6 +192,7 @@
     /*margin-top: 10px;*/
     display: flex;
     height: 30px;
+    align-items: center;
 }
 
 .userImage {
@@ -205,6 +214,7 @@
     background-size: 100% 100%;
     cursor: pointer;
 }
+
 .theme {
     background: url("../img/menu/theme.png") no-repeat;
     background-size: 100% 100%;
@@ -303,4 +313,4 @@
 /*    background-image: url("../../assets/img/synthesis/鍦板舰.png");*/
 /*    background-repeat: no-repeat;*/
 /*    background-size: contain;*/
-/*}*/
+/*}*/
\ No newline at end of file

--
Gitblit v1.9.3