lex-xin hace 4 años
padre
commit
fcd940a801

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

@@ -320,7 +320,7 @@ export default {
     span {
       // display: block;
       transition: all .3s ease;
-      padding: 12px 16px;
+      padding: 10px 18px;
     }
     &:hover,
     &.active{
@@ -330,6 +330,9 @@ export default {
         border-radius: 6px;
       }
     }
+    &.active span {
+      font-weight: bold;
+    }
   }
   .breadcrumb{
     line-height: 90px;

+ 3 - 0
src/layout/components/Sidebar/index.vue

@@ -167,4 +167,7 @@ export default {
 /deep/.el-submenu .el-menu-item {
   color: #666666 !important;
 }
+/deep/.el-submenu__icon-arrow {
+  font-size: 14px;
+}
 </style>

+ 3 - 2
src/layout/components/TagsView.vue

@@ -244,8 +244,9 @@ export default {
   .tags-view-wrapper {
     background: #edeef0;
     height: 34px;
-    border-bottom: 1px solid #d8dce5;
-    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
+    // border-bottom: 1px solid #d8dce5;
+    // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
+    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
     .tags-view-item {
       min-width: 120px;
       display: inline-flex;

+ 1 - 0
src/styles/sidebar.scss

@@ -45,6 +45,7 @@
     &.has-logo {
       .el-scrollbar {
         height: calc(100% - 90px);
+        border-right: 1px solid #EDEDED;
       }
     }