Fix(AI):[#3600]键盘弹出后,开启新对话,及键盘底部会被遮挡一部分

This commit is contained in:
lifizer
2025-04-07 22:57:59 +08:00
parent 230e163c53
commit 67c94d814c
5 changed files with 37 additions and 12 deletions
+4
View File
@@ -21,6 +21,7 @@ export const chatMixins = {
statusBarHeight: 20,
fileHttpStr: Object.freeze(VUE_APP_API_URL + settings.sysPrefix),
optionsFrom: '',
onFocus: false,
loading: false,
chatNumber: '',
infoResData: {},
@@ -86,6 +87,9 @@ export const chatMixins = {
createdCallbak() {
console.log('页面初始话回调')
},
inputFocusHandle(value) {
this.onFocus = value === 1
},
historyViewHandle() {
console.log(this.$refs.historyView)
this.$refs.historyView.showView()