소스 검색

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

reedliuqing_i 5 년 전
부모
커밋
29de071de0
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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
  4. 2 2
      src/views/workbench/person/index.vue

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

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

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

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

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

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

+ 2 - 2
src/views/workbench/person/index.vue

@@ -75,7 +75,7 @@
       class="workbench_fullscreen_dialog"
       :visible.sync="teamInfoDialogVisible"
       :fullscreen="true"
-      style="margin-top: 80px;"
+      style="margin-top: 60px;"
       :modal="false"
     >
       <template v-slot:title>
@@ -120,7 +120,7 @@
       class="workbench_fullscreen_dialog"
       :visible.sync="calendarDialogVisible"
       :fullscreen="true"
-      style="margin-top: 80px;"
+      style="margin-top: 60px;"
       :modal="false"
     >
       <el-tabs v-model="tabsActiveName" @tab-click="handleTabsClick">