jinchaoyu 1 vuosi sitten
vanhempi
commit
a4cb6c473c

+ 2 - 2
pages/groupbuying_details/order_details_confirm/index.vue

@@ -1886,11 +1886,11 @@ export default {
 		}
 
 		.am3 {
-			width: 248rpx;
+			display: inline-block;
 			height: 44rpx;
 			background: #FFF7F8;
 			border-radius: 8rpx;
-			margin: 20rpx 30rpx;
+			padding: 20rpx 30rpx;
 			margin-top: 0rpx;
 			font-size: 20rpx;
 			font-weight: 400;

+ 1 - 1
pages/index/diy/index_mall.vue

@@ -8,7 +8,7 @@
 		<view class="custom_box" style="background: rgb(254,245,246); color: black;">
 			<view class="sys-head">
 				<view class="sys-bar" :style="{ height: sysHeight }"></view>
-				<view class="sys-title">中意购{{ sysHeight }} </view>
+				<view class="sys-title">中意购</view>
 				<view class="bg"></view>
 			</view>
 		</view>