wenbobowen 4 年之前
父節點
當前提交
6f37076247
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 1 1
      src/styles/PublicStyle/index.less
  2. 4 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/styles/PublicStyle/index.less

@@ -17,7 +17,7 @@
 }
 
 .public_header { // 缺陷,迭代,项目,任务,需求布局header
-  margin: 10px 10px 0;
+  margin: 0px 10px 0;
   background: #FFF;
   height: auto !important;
   border-radius: 4px;

+ 4 - 1
src/views/projectManage/bugList/details/index.vue

@@ -18,7 +18,7 @@
     </div>
     <el-container
       v-loading.fullscreen.lock="loading.fullscreen"
-      :style="type=='page'?{'background-color': '#F2F3F6','padding': '1%'}:{'background-color': '#F56C6C','overflow': 'auto','height':height}"
+      :style="type=='page'?{'background-color': '#F2F3F6','padding': '0 10px'}:{'background-color': '#F56C6C','overflow': 'auto','height':height}"
       class="bug_manage_container scop"
     >
       <el-header height="0" />
@@ -1350,6 +1350,9 @@ export default {
     width: 49%;
   }
 }
+.layout_main {
+  border-radius: 4px;
+}
 </style>
 <style lang="less">
 .el-tooltip__popper.is-dark {