shish 2 місяців тому
батько
коміт
bdb30c3dd2

+ 3 - 1
ghsApp/src/admin/order/scanPayDetail.vue

@@ -27,7 +27,7 @@
 	</block>
 
 	<view class="footer" v-if="showRefundBtn">
-		<button class="admin-button-com bule middle" @click="goRefund">发起退款</button>
+		<button class="admin-button-com bule big" @click="goRefund">发起退款</button>
 	</view>
 </view>
 </template>
@@ -152,5 +152,7 @@ export default {
 	padding: 20upx 30upx 40upx;
 	background: #fff;
 	box-shadow: 0 -2upx 10upx rgba(0,0,0,0.05);
+	display: flex;
+	justify-content: flex-end;
 }
 </style>

+ 5 - 3
ghsApp/src/admin/order/scanPayRefund.vue

@@ -18,7 +18,7 @@
 	</view>
 
 	<view class="footer">
-		<button class="admin-button-com bule middle" @click="confirmRefund">确认退款</button>
+		<button class="admin-button-com bule big" @click="confirmRefund">确认退款</button>
 	</view>
 </view>
 </template>
@@ -113,8 +113,8 @@ export default {
 .tip {
 	display: block;
 	margin-top: 16upx;
-	padding: 16upx;
-	font-size: 24upx;
+	padding: 16upx 0;
+	font-size: 26upx;
 	border-radius: 8upx;
 }
 .online-tip {
@@ -154,5 +154,7 @@ export default {
 	bottom: 0;
 	padding: 20upx 30upx 40upx;
 	background: #fff;
+	display: flex;
+	justify-content: flex-end;
 }
 </style>

+ 3 - 1
hdApp/src/admin/order/scanPayDetail.vue

@@ -27,7 +27,7 @@
 	</block>
 
 	<view class="footer" v-if="showRefundBtn">
-		<button class="admin-button-com bule middle" @click="goRefund">发起退款</button>
+		<button class="admin-button-com bule big" @click="goRefund">发起退款</button>
 	</view>
 </view>
 </template>
@@ -152,5 +152,7 @@ export default {
 	padding: 20upx 30upx 40upx;
 	background: #fff;
 	box-shadow: 0 -2upx 10upx rgba(0,0,0,0.05);
+	display: flex;
+	justify-content: flex-end;
 }
 </style>

+ 5 - 3
hdApp/src/admin/order/scanPayRefund.vue

@@ -18,7 +18,7 @@
 	</view>
 
 	<view class="footer">
-		<button class="admin-button-com bule middle" @click="confirmRefund">确认退款</button>
+		<button class="admin-button-com bule big" @click="confirmRefund">确认退款</button>
 	</view>
 </view>
 </template>
@@ -113,8 +113,8 @@ export default {
 .tip {
 	display: block;
 	margin-top: 16upx;
-	padding: 16upx;
-	font-size: 24upx;
+	padding: 16upx 0;
+	font-size: 28upx;
 	border-radius: 8upx;
 }
 .online-tip {
@@ -154,5 +154,7 @@ export default {
 	bottom: 0;
 	padding: 20upx 30upx 40upx;
 	background: #fff;
+	display: flex;
+	justify-content: flex-end;
 }
 </style>