shish il y a 2 mois
Parent
commit
369e485cc3
1 fichiers modifiés avec 7 ajouts et 6 suppressions
  1. 7 6
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 7 - 6
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -422,9 +422,9 @@ export default {
 			overflow:hidden;
 			.price-input{
 				flex-shrink:0;
-				width:135upx;
-				height:50upx;
-				margin-left:10upx;
+				width:125upx;
+				height:60upx;
+				margin-left:5upx;
 				margin-right:30upx;
 				border:1upx solid #cccccc;
 				text-align:center;
@@ -449,9 +449,10 @@ export default {
 			.cancel-limit-btn{
 				flex-shrink:0;
 				padding:0 10upx;
-				height:50upx;
-				line-height:50upx;
-				font-size:20upx;
+				margin-left:15upx;
+				height:60upx;
+				line-height:60upx;
+				font-size:22upx;
 				font-weight:bold;
 				color:#ffffff;
 				background:#ff4d4f;