Browse Source

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

qinzhipeng_v 5 years ago
parent
commit
14d85181ee

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

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

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

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

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -417,7 +417,7 @@ export default {
     padding 0.3% 1% 1% 1%
     margin:0 auto
     background-color white
-    border-radius 8px
+    border-radius 4px
     .stylus-hover:hover
       color #409EFF !important
       cursor pointer

+ 1 - 1
src/views/projectManage/taskList/taskIndex.vue

@@ -484,7 +484,7 @@ export default {
     padding 0.3% 1% 1% 1%
     margin:0 auto
     background-color white
-    border-radius 8px
+    border-radius 4px
     .stylus-hover:hover
       color #409EFF !important
       cursor pointer

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

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