Commit cfcae7c2 authored by 郭小龙-DEL's avatar 郭小龙-DEL

fix 合计样式修改

parent 8198e1a4
......@@ -1057,3 +1057,7 @@ button::-moz-focus-inner {
.red-text{
color: red;
}
.flex{
display: flex;
}
......@@ -50,14 +50,14 @@
</a-form-model-item>
</a-col>
</a-row>
<div style="display: flex; margin-bottom: 14px;">
<div style="margin-right: 40px;">
<div class="total">
<div class="mr40">
共计 <span class="blue-text">{{ ciReceiptTotalVo.totalNum || 0 }}</span>
<!-- <span v-if="ciReceiptTotalVo.invalidNum">,其中:无效 <span style="color: red;">{{ ciReceiptTotalVo.invalidNum || 0 }}</span></span> -->
</div>
<div style="margin-right: 40px;">账单金额合计:<span class="blue-text">{{ ciReceiptTotalVo.actualAmountTotal || 0 }}</span></div>
<div style="margin-right: 40px;">回款金额合计:<span class="blue-text">{{ ciReceiptTotalVo.paidAmountEobTotal || 0 }}</span></div>
<div style="margin-right: 40px;">个人欠费合计:<span class="red-text">{{ ciReceiptTotalVo.arrearsAmountTotal || 0 }}</span></div>
<div class="mr40">账单金额合计:<span class="blue-text">{{ ciReceiptTotalVo.actualAmountTotal || 0 }}</span></div>
<div class="mr40">回款金额合计:<span class="blue-text">{{ ciReceiptTotalVo.paidAmountEobTotal || 0 }}</span></div>
<div class="mr40">个人欠费合计:<span class="red-text">{{ ciReceiptTotalVo.arrearsAmountTotal || 0 }}</span></div>
</div>
</a-form-model>
......@@ -242,6 +242,15 @@ export default {
opacity: 0;
}
}
.total{
font-size: 14px;
display: flex;
margin-bottom: 14px;
}
.mr40{
margin-right: 40px;
}
.ant-btn .icon-class {
.mg-r(10);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment