Browse Source

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

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
c04bc52532

+ 1 - 1
src/styles/detail-pages.scss

@@ -39,7 +39,7 @@
   position: fixed;
   z-index: 99;
   left: 90px;
-  top: 60px;
+  top: 70px;
   width: calc(100% - 150px);
 }
 @mixin normal-main-header {

+ 0 - 1
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -237,7 +237,6 @@ export default {
 }
 .open-sidebar .bug_manage_drawer {
   pointer-events: none;
-  margin-top: 10px;
 }
 .top-sidebar .bug_manage_drawer {
   pointer-events: none;

+ 6 - 3
src/views/projectManage/version/list/index.vue

@@ -41,8 +41,8 @@
           <time-line :steps="timeLineSteps" />
         </div>
       </el-main>
-      <div class="layout_main version_list_layout_main" style="padding: 1%;">
-        <el-tabs v-model="activeName" @tab-click="handleClick">
+      <div class="layout_main version_list_layout_main" style="padding: 15px">
+        <el-tabs v-model="activeName" class="version-nav-tag" @tab-click="handleClick">
           <el-tab-pane label="需求" name="first">
             <el-row>
               <el-col :span="24">
@@ -512,7 +512,10 @@ export default {
 .version_list_layout_main {
   /deep/ .el-tabs__item {
     font-size: 16px;
-}
+  }
+  /deep/ .el-tabs__header{
+    margin-left: 15px;
+  }
 }
 .time-line-container {
   margin-top: 20px;

+ 0 - 1
src/views/workbench/bugTableList.vue

@@ -237,7 +237,6 @@ export default {
 }
 .open-sidebar .bug_manage_drawer {
   pointer-events: none;
-  margin-top: 10px;
 }
 .top-sidebar .bug_manage_drawer {
   pointer-events: none;