修复部分样式问题
This commit is contained in:
parent
1bd68894b2
commit
62a531ca84
|
|
@ -415,7 +415,7 @@
|
|||
bottom: 0;
|
||||
top: 0;
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
|
||||
z-index: 100;
|
||||
.box {
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
|
|
|
|||
|
|
@ -405,7 +405,6 @@
|
|||
position: absolute;
|
||||
border-top: 0.5rpx solid #629FFA;
|
||||
border-left: 0.5rpx solid #629FFA;
|
||||
z-index: 1;
|
||||
left: 30rpx;
|
||||
top: 6rpx;
|
||||
transform: rotate(45deg);
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue