aXin-0810 9 hónapja
szülő
commit
32e7a5c423

+ 1 - 0
src/layout/components/Navbar.vue

@@ -765,6 +765,7 @@ export default {
           box-sizing: border-box;
           padding: 0 10px;
           cursor: pointer;
+          font-size: 14px;
         }
 
         .select {

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -76,7 +76,7 @@ export default {
       color: #{$logoText};
       font-weight: 600;
       line-height: 50px;
-      font-size: 20px;
+      font-size: 17px;
       font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
       vertical-align: middle;
     }

+ 1 - 1
src/layout/components/Sidebar/index.vue

@@ -7,7 +7,7 @@
         :collapse="isCollapse"
         :background-color="variables.menuBg"
         :text-color="variables.menuText"
-        :unique-opened="false"
+        :unique-opened="true"
         :active-text-color="variables.menuActiveText"
         :collapse-transition="false"
         mode="vertical"

+ 4 - 4
src/layout/components/TagsView/index.vue

@@ -253,13 +253,13 @@ export default {
       }
 
       &.active {
-        background-color: #3d8ffd; //#{$menuSub3ActiveBg};
-        color: #fff;
-        border-color: #3d8ffd; //#{$menuSub3ActiveBg};
+        background-color: #ecf5ff; //#{$menuSub3ActiveBg};
+        color: #409eff;
+        border-color: #ecf5ff; //#{$menuSub3ActiveBg};
 
         &::before {
           content: '';
-          background: #fff;
+          background: #409eff;
           display: inline-block;
           width: 8px;
           height: 8px;

+ 0 - 14
src/styles/index.scss

@@ -7,7 +7,6 @@
 $min-width: 1280px;
 $min-height: 720px;
 
-
 body {
   height: 100%;
   -moz-osx-font-smoothing: grayscale;
@@ -270,19 +269,6 @@ div:focus {
   padding-left: 15px;
   font-weight: 600;
 }
-
-.el-menu-item,
-.el-submenu__title {
-  height: 44px;
-  line-height: 44px;
-  font-weight: 600 !important;
-}
-
-.el-submenu .el-menu-item {
-  height: 44px;
-  line-height: 44px;
-}
-
 .page-footer {
   height: 70px;
   .footer {

+ 17 - 11
src/styles/sidebar.scss

@@ -67,19 +67,25 @@
       border: none;
       height: 100%;
       width: 100% !important;
-      // >div {
-      //   height: 40px;
-      // }
-    }
-    .el-menu-item {
-      height: 40px;
-      line-height: 40px;
     }
+    .el-menu-item,
     .el-submenu__title {
-      height: 40px;
-      line-height: 40px;
-    }
-    // menu hover
+      // height: 44px;
+      // line-height: 44px;
+      font-weight: 550 !important;
+    }
+    // .el-submenu .el-menu-item {
+    //   height: 44px;
+    //   line-height: 44px;
+    // }
+    // .el-menu-item {
+    //   height: 44px;
+    //   line-height: 44px;
+    // }
+    // .el-submenu__title {
+    //   height: 44px;
+    //   line-height: 44px;
+    // }
     .submenu-title-noDropdown,
     .el-submenu__title {
       &:hover {