Browse Source

修改软件盘弹出方式

hella_online_20240821
lijuncheng 1 month ago
parent
commit
7fb6c6af99
  1. 43
      src/pages.json

43
src/pages.json

@ -458,7 +458,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/putaway/job/quantityPutawayJob", "path": "pages/putaway/job/quantityPutawayJob",
"style": { "style": {
@ -469,15 +469,15 @@
"buttons": [ "buttons": [
// //
{ {
"float": "right", "float": "right",
"fontSize": "58rpx", // "fontSize": "58rpx", //
"text": "\ue696", "text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf" "fontSrc": "/static/ali_icon/iconfont.ttf"
}, },
{ {
"float": "right", "float": "right",
"fontSize": "52rpx", // "fontSize": "52rpx", //
"text": "\ue6e2", "text": "\ue6e2",
@ -487,7 +487,7 @@
} }
} }
}, },
{ {
"path": "pages/putaway/job/quantityPutawayJobDetail", "path": "pages/putaway/job/quantityPutawayJobDetail",
"style": { "style": {
@ -495,8 +495,8 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/putaway/record/putawayRecord", "path": "pages/putaway/record/putawayRecord",
"style": { "style": {
@ -639,15 +639,15 @@
"buttons": [ "buttons": [
// //
{ {
"float": "right", "float": "right",
"fontSize": "58rpx", // "fontSize": "58rpx", //
"text": "\ue696", "text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf" "fontSrc": "/static/ali_icon/iconfont.ttf"
}, },
{ {
"float": "right", "float": "right",
"fontSize": "52rpx", // "fontSize": "52rpx", //
"text": "\ue6e2", "text": "\ue6e2",
@ -684,15 +684,15 @@
"buttons": [ "buttons": [
// //
{ {
"float": "right", "float": "right",
"fontSize": "58rpx", // "fontSize": "58rpx", //
"text": "\ue696", "text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf" "fontSrc": "/static/ali_icon/iconfont.ttf"
}, },
{ {
"float": "right", "float": "right",
"fontSize": "52rpx", // "fontSize": "52rpx", //
"text": "\ue6e2", "text": "\ue6e2",
@ -712,15 +712,15 @@
"buttons": [ "buttons": [
// //
{ {
"float": "right", "float": "right",
"fontSize": "58rpx", // "fontSize": "58rpx", //
"text": "\ue696", "text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf" "fontSrc": "/static/ali_icon/iconfont.ttf"
}, },
{ {
"float": "right", "float": "right",
"fontSize": "52rpx", // "fontSize": "52rpx", //
"text": "\ue6e2", "text": "\ue6e2",
@ -823,15 +823,15 @@
"buttons": [ "buttons": [
// //
{ {
"float": "right", "float": "right",
"fontSize": "58rpx", // "fontSize": "58rpx", //
"text": "\ue696", "text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf" "fontSrc": "/static/ali_icon/iconfont.ttf"
}, },
{ {
"float": "right", "float": "right",
"fontSize": "52rpx", // "fontSize": "52rpx", //
"text": "\ue6e2", "text": "\ue6e2",
@ -2435,8 +2435,9 @@
// "fontSize": "58rpx" // "fontSize": "58rpx"
// }] // }]
// }, // },
// //adjustResizewebview=webview+
"softinputMode": "adjustResize" //adjustResize // adjustPanwebview
"softinputMode": "adjustPan" //adjustResize
}, },
"tabBar": { "tabBar": {
"color": "#000000", "color": "#000000",

Loading…
Cancel
Save