|
@@ -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">
|