Fix(我的):[#1000, #999]界面调整

This commit is contained in:
lifizer
2024-03-22 21:07:56 +08:00
parent e7d7f285b8
commit 00cad59d0a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -2463,6 +2463,7 @@ page {
} }
.user .wrapper .myOrder .orderState .item .pictrue { .user .wrapper .myOrder .orderState .item .pictrue {
position: relative;
width: 52rpx; width: 52rpx;
height: 52rpx; height: 52rpx;
margin: 0 auto 0.18*100rpx auto; margin: 0 auto 0.18*100rpx auto;
+2 -2
View File
@@ -84,12 +84,12 @@
</view> </view>
<view class="my-wrapper wrapper"> <view class="my-wrapper wrapper">
<view class="myOrder"> <view class="myOrder">
<view class="title acea-row row-between-wrapper"> <view class="title acea-row row-between-wrapper" @click="goMyOrder(0)">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="line"></text> <text class="line"></text>
<text>我的订单</text> <text>我的订单</text>
</view> </view>
<text @click="goMyOrder(0)" class="allOrder"> <text class="allOrder">
<text class="iconfont icon-jiantou"></text> <text class="iconfont icon-jiantou"></text>
</text> </text>
</view> </view>