|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="margin: 37px 24px 0 24px;">
|
|
|
+ <div style="margin: 40px 24px 0 24px;">
|
|
|
<div class="div-line"></div>
|
|
|
<div style="line-height: 20px;height: 20px;vertical-align: auto;margin-left: 16px"> 客户账户余额分析</div>
|
|
|
<div class="container-div">
|
|
@@ -7,7 +7,7 @@
|
|
|
<boxLine :title="item.accountname" :data="item.balance" :content="'统计到当前查询时间为止的客户'+item.accountname+'总余额'" ></boxLine>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="height: 351px;margin-top: 10px">
|
|
|
+ <div style="height: 451px;margin-top: 10px">
|
|
|
<div style="height: 32px">
|
|
|
<div style="float: left">近12月客户账户余额分析</div>
|
|
|
<div style="float: right">
|
|
@@ -29,8 +29,8 @@
|
|
|
<accountBalanceDetail ref="accountBalanceDetail" :type="param.content.type" :dataid="param.content.dataid" :enddate="param.content.enddate"></accountBalanceDetail>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="height: 300px;position: relative;">
|
|
|
- <div id="customerAccountBalanceAnalysisChart" style="height: 300px;"></div>
|
|
|
+ <div style="height: 400px;position: relative;">
|
|
|
+ <div id="customerAccountBalanceAnalysisChart" style="height: 400px;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|