feat(pay/index): 充值页面输入框大小调整

This commit is contained in:
woody 2025-07-12 13:41:49 +08:00
parent 073775840b
commit 3cd7a533e1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ module.exports = vm => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://192.168.0.86:8080'
config.baseURL = 'http://t-app.beida413.com/prod-api'
//#endif
//#ifdef QA_SERVER

View File

@ -12,7 +12,7 @@
/>
<u-input
class="recharge-input"
fontSize="34"
fontSize="36"
v-model="rechargeAmount"
placeholder="或输入自定义金额"
></u-input>