소스 검색

调整顶部导航栏高度

amyliaozijun 5 년 전
부모
커밋
827745a006
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/layout/components/AppMain.vue
  2. 1 1
      src/layout/components/Navbar.vue
  3. 1 1
      src/layout/components/Sidebar/Logo.vue

+ 1 - 1
src/layout/components/AppMain.vue

@@ -28,7 +28,7 @@ export default {
   overflow: hidden;
   overflow: hidden;
 }
 }
 .fixed-header+.app-main {
 .fixed-header+.app-main {
-  padding-top: 80px;
+  padding-top: 60px;
 }
 }
 </style>
 </style>
 
 

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

@@ -172,7 +172,7 @@ export default {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: space-between;
   justify-content: space-between;
-  height: 80px;
+  height: 60px;
   overflow: hidden;
   overflow: hidden;
   position: relative;
   position: relative;
   background: #409EFF;
   background: #409EFF;

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

@@ -45,7 +45,7 @@ export default {
 .sidebar-logo-container {
 .sidebar-logo-container {
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;
-  height: 80px;
+  height: 60px;
   line-height: 50px;
   line-height: 50px;
   background: #409EFF;
   background: #409EFF;
   text-align: center;
   text-align: center;