فهرست منبع

隐藏菜单栏和顶部导航栏

黄梓星 1 سال پیش
والد
کامیت
3aee45d532
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      src/assets/styles/sidebar.scss
  2. 1 0
      src/layout/components/Navbar.vue
  3. 1 0
      src/layout/components/TagsView/index.vue

+ 1 - 0
src/assets/styles/sidebar.scss

@@ -109,6 +109,7 @@
 
   .hideSidebar {
     .sidebar-container {
+      display: none;
       width: 54px !important;
     }
 

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

@@ -117,6 +117,7 @@
     position: relative;
     background: #fff;
     box-shadow: 0 1px 4px rgba(0,21,41,.08);
+    display: none;
 
     .hamburger-container {
       line-height: 46px;

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

@@ -244,6 +244,7 @@ export default {
   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);
+  display: none;
   .tags-view-wrapper {
     .tags-view-item {
       display: inline-block;