he2802 4 лет назад
Родитель
Сommit
a739082cd4
1 измененных файлов с 10 добавлено и 2 удалено
  1. 10 2
      pages2/order/index.vue

+ 10 - 2
pages2/order/index.vue

@@ -25,9 +25,9 @@
 							</view>
 						</view>
 						<u-line color="#D6D6DB" />
-						<view style="display: flex;flex-direction: row-reverse;align-items: center;height: 50rpx;" @click="openPopup(index)">
-							<view class="btn1">取消订单</view>
+						<view style="display: flex;flex-direction: row-reverse;align-items: center;height: 50rpx;margin-top: 10rpx;" >
 							<view class="btn2">继续支付</view>
+							<view class="btn1">取消订单</view>
 						</view>
 					</view>
 				</view>
@@ -98,6 +98,10 @@ export default {
 		background: #FFFFFF;
 		border: 2rpx solid #007AFF;
 		border-radius: 16rpx;
+		text-align: center;
+		line-height: 48rpx;
+		color: #007AFF;
+		margin: 0 8rpx;
 	}
 	.btn1{
 		width: 144rpx;
@@ -105,6 +109,10 @@ export default {
 		background: #FFFFFF;
 		border: 2rpx solid #999999;
 		border-radius: 16rpx;
+		text-align: center;
+		line-height: 48rpx;
+		color: #999999;
+		margin: 0 8rpx;
 	}
 .item{
 		width: 100%;