xinsuixindong пре 1 година
родитељ
комит
51c8ad5101
3 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      src/layout/components/Navbar.vue
  2. 1 1
      src/layout/components/TagsView/index.vue
  3. 1 1
      src/layout/index.vue

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

@@ -102,6 +102,7 @@ $bg_color: #3c64dc;
 
 .navbar {
   height: 50px;
+  box-shadow: 0 1px 4px rgba(0,21,41,.08);
   overflow: hidden;
   position: relative;
   background: #fff;

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

@@ -203,7 +203,7 @@ export default {
   width: 100%;
   background: #fff;
   border-bottom: 1px solid #d8dce5;
-  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
+  // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
   .tags-view-wrapper {
     .tags-view-item {
       display: inline-block;

+ 1 - 1
src/layout/index.vue

@@ -8,7 +8,7 @@
     <sidebar class="sidebar-container" />
 
     <div :class="{ hasTagsView: needTagsView }" class="main-container">
-      <div style="height: 50px">
+      <div style="height: 85px">
         <div :class="{ 'fixed-header': fixedHeader }">
           <navbar />