1.在 pages.json 配置 (那個頁面需要配置那個頁面)
{
"path": "pages/fund/expenseAccount/form",
"style": {
"navigationBarTitleText": "報銷管理表單",
"navigationStyle": "custom",
//softinputMode String adjustPan 軟鍵盤彈出模式,支持 adjustResize、adjustPan 兩種模式 App
"app-plus": {
"softinputMode": "adjustResize"
}
}
},