Authored by 黄敬囿

调整订单UI review by 曼巴

... ... @@ -8,7 +8,7 @@
padding-bottom: 20rpx; */
background: #FFFFFF;
/* padding-left: 40rpx; */
padding-right: 40rpx;
/* padding-right: 40rpx; */
}
.order-action-bottom-info-view {
display: flex;
... ...
... ... @@ -9,10 +9,10 @@
display: flex;
flex-direction: row;
padding-top: 40rpx;
padding-right: 40rpx;
/* padding-right: 40rpx; */
}
.component-order-right-view {
/* width: 490rpx; */
width: 100%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
... ...
... ... @@ -7,10 +7,10 @@
justify-content: space-between;
/* position: fixed; */
margin-left: 40rpx;
margin-right: 40rpx;
/* margin-right: 40rpx; */
}
.order-detail-root {
position: fixed;
margin-right: 40rpx;
}
.order-detail-bottom-action-view {
/* padding-left: 40rpx; */
... ... @@ -165,6 +165,7 @@
flex-direction: row;
justify-content: space-between;
margin-top: 12rpx;
margin-right: 40rpx;
}
.order-detail-status-title-txt {
font-family: SFProDisplay-Bold;
... ...
... ... @@ -4,6 +4,7 @@
/* padding-left: 40rpx;
padding-right: 40rpx; */
/* justify-content: flex-start; */
margin-right: 40rpx;
}
.orderlistcell-root-split-line {
... ...