Commit 747ce867 authored by 24776's avatar 24776

ios键盘收起paddingbuttom复原

parent 7a1967c5
......@@ -86,6 +86,7 @@ export default {
// 软键盘收起的事件处理
this.$el.style.height = parseInt(this.contentsHeight) + 'px'
this.$el.style.transform = 'translate(0px, 0px) scale(1) translateZ(0px)'
this.$el.style.paddingBottom = '0px'
})
// 当视图窗口大小发生改变时
window.onresize = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment