修复部分样式问题
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
</template>
|
||||
</up-navbar> -->
|
||||
|
||||
<view class="income u-p-30">
|
||||
<view class="income ">
|
||||
<view class="u-flex">
|
||||
<up-avatar :src="shopInfo.logo" size="88rpx"></up-avatar>
|
||||
<view class="u-flex-1 u-p-l-30 u-text-left">
|
||||
<view class="u-flex">
|
||||
<view class="u-line-1 u-font-36 font-bold" style="width: 80%;">{{shopInfo.shopName}}</view>
|
||||
<view class="u-font-28 color-fff change-shop u-flex u-row-center">
|
||||
<view class="u-font-28 color-fff change-shop u-flex u-row-center" @click="changeShop">
|
||||
<image src="/static/change.png" class="u-m-t-2" style="width: 20rpx;height: 20rpx;"
|
||||
mode=""></image>
|
||||
<text class="u-m-l-6">切换店铺</text>
|
||||
@@ -127,7 +127,14 @@
|
||||
function toSetting() {
|
||||
go.to('PAGES_SHOP_SETUP');
|
||||
}
|
||||
|
||||
//切换店铺
|
||||
function changeShop(){
|
||||
uni.showToast({
|
||||
title:'待开放,敬请期待!',
|
||||
icon:'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
// 点击事件
|
||||
async function clickFunc(nav) {
|
||||
if (nav.pageUrl == "PAGES_SALES_SUMMARY") {
|
||||
@@ -391,6 +398,7 @@
|
||||
}
|
||||
|
||||
.income {
|
||||
padding: 30rpx;
|
||||
/* #ifdef H5 */
|
||||
padding-top: calc(84rpx);
|
||||
/* #endif */
|
||||
@@ -407,7 +415,7 @@
|
||||
>view:nth-child(1) {
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
margin-top: 84rpx;
|
||||
// margin-top: 84rpx;
|
||||
}
|
||||
|
||||
>view:nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user