feat(bonus): 奖金明细合计样式调整
This commit is contained in:
parent
1e1aa3a6a0
commit
2df9abaf42
|
@ -9,8 +9,8 @@
|
|||
</view>
|
||||
</scroll-view>
|
||||
<view class="sum-val">
|
||||
<view v-if="monthIncomeTotal" style="margin-right: 20rpx;">本月合计: <span>{{monthIncomeTotal | toThousandthAndKeepDecimal}}</span></view>
|
||||
昨日合计: <span>{{toSum | toThousandthAndKeepDecimal}}</span>
|
||||
<view v-if="monthIncomeTotal" >本月合计: <span>{{monthIncomeTotal | toThousandthAndKeepDecimal}}</span></view>
|
||||
<view>昨日合计: <span>{{toSum | toThousandthAndKeepDecimal}}</span></view>
|
||||
</view>
|
||||
<template>
|
||||
<sgsy v-if="navIndex==0" ref="sgsyData" :checkRule="marketList[0].isShow" :num="page.pageNum" />
|
||||
|
@ -152,12 +152,14 @@
|
|||
<style lang="scss">
|
||||
.sum-val {
|
||||
background-color: #fff;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
// height: 100rpx;
|
||||
line-height: 60rpx;
|
||||
text-align: right;
|
||||
margin-top: 10rpx;
|
||||
padding-right: 20rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
justify-content: flex-end;
|
||||
span {
|
||||
font-size: 34rpx;
|
||||
|
|
Loading…
Reference in New Issue