zhangqiOMG 2 years ago
parent
commit
bd07e6b479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/normal-basic-layout/details/index.vue

+ 1 - 1
src/components/normal-basic-layout/details/index.vue

@@ -25,7 +25,7 @@
       </div>
     </div>
     <div style="box-sizing: border-box;padding:10px">
-      <el-row class="flex-align-stretch no-wrap" :gutter="0">
+      <el-row class="flex-align-stretch no-wrap" :gutter="collapse?10:0">
         <el-col style="flex:1 0 auto;" :span="activeApp.isdatateam?18:activeApp.isdatafollowup?18:24">
           <slot name="customBefore"></slot>
           <tabTemp :tabs="tabs" :editData="editData" :idname="idname" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onTabClick="onTabClick">