feat(bonus): 奖金明细合计样式调整

This commit is contained in:
woody 2025-05-20 15:13:51 +08:00
parent 1e1aa3a6a0
commit 2df9abaf42
1 changed files with 6 additions and 4 deletions

View File

@ -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;