浏览代码

navbar高度调整

amyliaozijun 5 年之前
父节点
当前提交
2e36ce9eee
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/layout/components/Navbar.vue
  2. 1 1
      src/layout/components/Sidebar/Logo.vue
  3. 2 2
      src/views/workbench/person/index.vue

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

@@ -177,7 +177,7 @@ export default {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: space-between;
   justify-content: space-between;
-  height: 50px;
+  height: 55px;
   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: 50px;
+  height: 55px;
   line-height: 50px;
   line-height: 50px;
   background: #409EFF;
   background: #409EFF;
   text-align: center;
   text-align: center;

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

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