先传一版

This commit is contained in:
cclu 2023-11-10 18:30:24 +08:00
parent f37cb8aca6
commit 068595b440

View File

@ -18,12 +18,15 @@
<view :style="{width: '100%',height:(menu.top + menu.height) + 'px'}"></view> <view :style="{width: '100%',height:(menu.top + menu.height) + 'px'}"></view>
<!-- :style="{top: (menu.bottom+18) +'px'}"--> <!-- :style="{top: (menu.bottom+18) +'px'}"-->
<view style="display: flex;justify-content: space-between;align-items: center"> <view style="display: flex;justify-content: space-between;align-items: center">
<view>
<view class="pageTitle">财务营收报表</view> <view class="pageTitle">财务营收报表</view>
</view>
<picker style="margin-right: 34rpx;margin-top: 24rpx" mode="date" fields="month" :value="single" :start="startDate" :end="endData" @change="bindDateChange" > <picker style="margin-right: 34rpx;margin-top: 24rpx" mode="date" fields="month" :value="single" :start="startDate" :end="endData" @change="bindDateChange" >
<text class="timeText">{{single}}</text> <text class="timeText">{{single}}</text>
<image class="timeIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex/3stDownArrow.svg"/>
</picker> </picker>
</view> </view>
<view class="pageNotice">*以下经营数据由财务部提供填入(非系统计算)</view>
<view class="headerDetail" :style="{top: (menu.bottom+68) +'px'}"> <view class="headerDetail" :style="{top: (menu.bottom+68) +'px'}">
<view class="detailBox"> <view class="detailBox">
<image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/monthSum.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/monthSum.png"/>
@ -855,19 +858,30 @@ export default {
margin-top: 24rpx; margin-top: 24rpx;
margin-left: 32rpx; margin-left: 32rpx;
} }
.pageNotice{
display: inline-block;
width: calc(100% - 64rpx);
font-size: 22rpx;
color: #fff;
margin-left: 32rpx;
}
.timeText{ .timeText{
font-size: 30rpx; font-size: 36rpx;
font-family: Alimama ShuHeiTi; font-family: Alimama ShuHeiTi;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
line-height: 68rpx; line-height: 68rpx;
margin-top: 24rpx; margin-top: 24rpx;
margin-left: 32rpx; }
.timeIcon{
margin-left: 6px;
width: 28rpx;
height: 28rpx;
} }
.headerDetail{ .headerDetail{
//position: absolute; //position: absolute;
margin-top: 32rpx; margin-top: 12rpx;
width: calc(100% - 64rpx); width: calc(100% - 64rpx);
margin-left: 32rpx; margin-left: 32rpx;
//left: 32rpx; //left: 32rpx;