|
@@ -74,7 +74,7 @@
|
|
</a-spin></a-card>
|
|
</a-spin></a-card>
|
|
<a-tabs :tabBarStyle="{'background':'#fff'}">
|
|
<a-tabs :tabBarStyle="{'background':'#fff'}">
|
|
<a-tab-pane key="1" tab="费用/调拨类型列表">
|
|
<a-tab-pane key="1" tab="费用/调拨类型列表">
|
|
- <a-card size="small" :bordered="false" class="allocationPresentationList-wrap" :style="{'margin-top':'-15px'}">
|
|
|
|
|
|
+ <a-card size="small" :bordered="false" class="allocationPresentationList-wrap" :style="{'margin-top':'-16px'}">
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<s-table
|
|
<s-table
|
|
class="sTable fixPagination"
|
|
class="sTable fixPagination"
|
|
@@ -93,7 +93,7 @@
|
|
</a-card>
|
|
</a-card>
|
|
</a-tab-pane>
|
|
</a-tab-pane>
|
|
<a-tab-pane key="2" tab="费用/调拨类型合计" force-render>
|
|
<a-tab-pane key="2" tab="费用/调拨类型合计" force-render>
|
|
- <a-card size="small" :bordered="false" class="allocationPresentationList-wrap" :style="{'height':tableHeight*1+110*1+'px',overflow:'auto','margin-top':'-15px'}">
|
|
|
|
|
|
+ <a-card size="small" :bordered="false" class="allocationPresentationList-wrap" :style="{'height':tableHeight*1+110*1+'px',overflow:'auto','margin-top':'-16px'}">
|
|
<div class="h-title">
|
|
<div class="h-title">
|
|
<div><div>费用类型</div></div>
|
|
<div><div>费用类型</div></div>
|
|
<div><div>调拨类别</div></div>
|
|
<div><div>调拨类别</div></div>
|
|
@@ -370,7 +370,7 @@ export default {
|
|
},
|
|
},
|
|
setTableH () {
|
|
setTableH () {
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 260
|
|
|
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 255
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted () {
|
|
mounted () {
|