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