Răsfoiți Sursa

订单信息页卖家备注样式调整

DELL 3 ani în urmă
părinte
comite
2ba6ab93a1
1 a modificat fișierele cu 3 adăugiri și 4 ștergeri
  1. 3 4
      packageGoods/order/detail.vue

+ 3 - 4
packageGoods/order/detail.vue

@@ -45,9 +45,8 @@
 				</view>
 			</view>
 			<view class="freight" v-if="info.memo != ''">
-				<text style="margin: 0 30rpx 0 60rpx;">留言:</text>
-				<text>{{info.memo}}</text>
-				<!-- <u-input type="text" :value="info.memo" border="none" disabled disabledColor="#fff" fontSize="14" color="#333333"/> -->
+				<view style="width: 150rpx;display: inline-block;">留言:</view>
+				<view style="display: inline-block;width: 524rpx;vertical-align: top;">{{info.memo}}</view>
 			</view>
 
 			<view class="detail-info">
@@ -394,7 +393,7 @@
 		margin-bottom: 20rpx;
 		background-color: #fff;
 		// justify-content: space-between;
-		padding: 20rpx 16rpx;
+		padding: 20rpx 28rpx;
 	}
 
 	.detail {