Przeglądaj źródła

Merge branch 'http_test' of git.xiaojukeji.com:pu_qa_tool/thoth-frontend into http_test

qinzhipeng_v@didiglobal.com 4 lat temu
rodzic
commit
6380ad0809

+ 6 - 6
src/components/newLayout/Head.vue

@@ -289,7 +289,7 @@ export default {
 .head-logo {
   height: 40px;
   width: 40px;
-  margin-bottom: 42px;
+  margin-bottom: 20px;
 
   .svg-icon {
     cursor: pointer;
@@ -303,8 +303,8 @@ export default {
   font-size: 14px;
   color: #ffffff;
   text-align: center;
-  margin-bottom: 20px;
-  padding: 5px 0 9px 0;
+  margin-bottom: 10px;
+  padding: 10px 0;
   cursor: pointer;
 
   .icon {
@@ -348,8 +348,8 @@ export default {
 }
 
 .user-tip {
-  margin-top: 20px;
-  margin-bottom: 20px;
+  margin-top: 5px;
+  margin-bottom: 8px;
 }
 
 .user-info {
@@ -362,7 +362,7 @@ export default {
   border-radius: 50%;
   overflow: hidden;
   // margin-top: auto;
-  margin-bottom: 30px;
+  margin-bottom: 20px;
 
   img {
     height: 30px;

+ 3 - 3
src/components/newLayout/components/menu.vue

@@ -22,7 +22,7 @@
                     class="iconfont icon"
                     :class="elm.menuBase.class"
                     :style="{
-                      fontSize: '20px',
+                      fontSize: '26px',
                       color:
                         elm.menuBase.color && !elm.menuBase.class
                           ? elm.menuBase.color
@@ -153,13 +153,13 @@ export default {
           position: relative;
 
           .iconfont {
-            font-size: 20px;
+            font-size: 26px;
           }
 
           .new {
             position: absolute;
             top: -12px;
-            right: -19px;
+            right: -25px;
           }
         }
       }