修复供销页面月份错误的问题
This commit is contained in:
parent
b00e2cd3c6
commit
160fae671e
@ -44,7 +44,7 @@
|
|||||||
<image src="@/static/images/p9.png" mode="aspectFit"></image>
|
<image src="@/static/images/p9.png" mode="aspectFit"></image>
|
||||||
<view class="titlea-con">
|
<view class="titlea-con">
|
||||||
<view class="titlea">september</view>
|
<view class="titlea">september</view>
|
||||||
<view class="titleb"> 9月 </view>
|
<view class="titleb"> {{new Date().getMonth()+1}}月 </view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list-titleb">
|
<view class="list-titleb">
|
||||||
@ -933,7 +933,9 @@
|
|||||||
font-family: PingFang SC-Semibold, PingFang SC;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin-left: 20rpx;
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
// margin-left: 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user