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