首页样式

This commit is contained in:
Mr.jiang 2024-08-15 17:10:56 +08:00
parent cf66fcfd3c
commit 88c80be724
2 changed files with 8 additions and 11 deletions

View File

@ -208,7 +208,6 @@
"router" : { "router" : {
"mode" : "history" "mode" : "history"
}, },
"devServer" : { "devServer" : {
"https" : false, "https" : false,
"port" : 8080, "port" : 8080,

View File

@ -497,15 +497,11 @@
</view> </view>
<view class="flex justify-between align-center padding-sm"> <view class="flex justify-between align-center padding-sm">
<view class="flex title-font2"> <view class="flex title-font2">
{{ item.ordersNo }} <span>{{ item.ordersNo }}</span>
<!-- <u-button v-if="item.status == 1" :custom-style="customStyle" shape="circle" :plain="true" <!-- <u-button v-if="item.status == 1" :custom-style="customStyle1" shape="circle" :plain="true"
@click="cancelOrder(item)">取消订单</u-button> -->
<u-button v-if="item.status == 1" :custom-style="customStyle1" shape="circle" :plain="true"
@click="bindphone(item.phone)">联系TA</u-button> @click="bindphone(item.phone)">联系TA</u-button>
<u-button v-if="item.state == 1" :custom-style="customStyle1" shape="circle" :plain="true" <u-button v-if="item.state == 1" :custom-style="customStyle1" shape="circle" :plain="true"
@click="goNav('/my/order/pay?id=' + item.ordersId + '&isTrue=1')">查看详情</u-button> @click="goNav('/my/order/pay?id=' + item.ordersId + '&isTrue=1')">查看详情</u-button> -->
<!-- <u-button v-if="item.status == 6" :custom-style="customStyle" shape="circle" :plain="true"
@click="cancel(item)">订单完成</u-button> -->
</view> </view>
<view class="flex-sub"> <view class="flex-sub">
<text class="title-font">实收</text> <text class="title-font">实收</text>
@ -2151,9 +2147,11 @@ uni-switch::before {
height:64px; height:64px;
border-radius: 50%; border-radius: 50%;
} }
.flex-sub{ /deep/.flex-sub{
display: flex; display: flex;
justify-content: right; // justify-content: right;
flex: none !important;
align-items: center;
} }
.title-font{ .title-font{
font-size:28rpx; font-size:28rpx;