Authored by 黄敬囿

调整订单UI review by 曼巴

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