shish 4 лет назад
Родитель
Сommit
71155ddccb
2 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      hdApp/src/admin/billing/affirmGhs.vue
  2. 4 4
      hdApp/src/pagesPurchase/wechatPay.vue

+ 1 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -84,7 +84,7 @@
 				<text class="price-title">合计</text>
 				<text class="price-title">合计</text>
 				<text class="price-number">¥<text class="large">{{ modifyPrice}}</text></text>
 				<text class="price-number">¥<text class="large">{{ modifyPrice}}</text></text>
 			</view>
 			</view>
-			<button class="admin-button-com blue middle" @click="affirmFormSubmit">提交</button>
+			<button class="admin-button-com blue big" @click="affirmFormSubmit">提交</button>
 		</view>
 		</view>
 
 
 		<modal-module :show="isModel" @cancel="modalCancel" @click="affirm" :title="customData.itemName" color="#333" :size="32" padding="30upx 30upx" >
 		<modal-module :show="isModel" @cancel="modalCancel" @click="affirm" :title="customData.itemName" color="#333" :size="32" padding="30upx 30upx" >

+ 4 - 4
hdApp/src/pagesPurchase/wechatPay.vue

@@ -247,10 +247,10 @@ export default {
       .call-one-btn {
       .call-one-btn {
         .button-com {
         .button-com {
           width: 80%;
           width: 80%;
-          padding-top: 22upx;
-          padding-bottom: 22upx;
-          font-size: 32upx;
-          margin-top: 40upx;
+          padding-top: 32upx;
+          padding-bottom: 32upx;
+          font-size: 33upx;
+          margin-top: 50upx;
         }
         }
       }
       }
     }
     }