瀏覽代碼

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

reedliuqing_i 5 年之前
父節點
當前提交
29de071de0

+ 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">