修改首页样式兼容app
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="u-flex u-row-center">
|
<view class="u-flex u-row-center">
|
||||||
<view class="">¥{{totalRevenuedata}}</view>
|
<view class="">¥{{(totalRevenuedata*1).toFixed(2)}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view>{{shopName}}</view>
|
<view>{{shopName}}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -358,12 +358,11 @@
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.income {
|
.income {
|
||||||
/* #ifdef MP-WEIXIN */
|
|
||||||
padding-top: calc(84rpx + 44px);
|
|
||||||
/* #endif */
|
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
padding-top: calc(84rpx);
|
padding-top: calc(84rpx);
|
||||||
|
/* #endif */
|
||||||
|
/* #ifndef H5 */
|
||||||
|
padding-top: calc(84rpx + 44px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
>view {
|
>view {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user