|
@@ -53,9 +53,9 @@
|
|
:showPagination="false"
|
|
:showPagination="false"
|
|
bordered>
|
|
bordered>
|
|
<template slot="expandedRowRender" slot-scope="record">
|
|
<template slot="expandedRowRender" slot-scope="record">
|
|
- <div style="display:flex;justify-content: space-around;padding:10px;" v-if="record.detailItemUseList.length || record.detailItemPayList.length">
|
|
|
|
|
|
+ <div style="padding:10px;overflow: hidden;" v-if="record.detailItemUseList.length || record.detailItemPayList.length">
|
|
<a-table
|
|
<a-table
|
|
- style="width:45%;background:#fff;"
|
|
|
|
|
|
+ style="width:45%;background:#fff;float:left;border-bottom: 1px solid #eee;"
|
|
:bordered="false"
|
|
:bordered="false"
|
|
:pagination="false"
|
|
:pagination="false"
|
|
:columns="useCol"
|
|
:columns="useCol"
|
|
@@ -63,7 +63,7 @@
|
|
</a-table>
|
|
</a-table>
|
|
<a-table
|
|
<a-table
|
|
:bordered="false"
|
|
:bordered="false"
|
|
- style="width:45%;background:#fff;"
|
|
|
|
|
|
+ style="width:45%;background:#fff;float:left;border-bottom: 1px solid #eee;margin-left:2%;"
|
|
:pagination="false"
|
|
:pagination="false"
|
|
:columns="payCol"
|
|
:columns="payCol"
|
|
:data-source="record.detailItemPayList">
|
|
:data-source="record.detailItemPayList">
|