diff --git a/App.vue b/App.vue index 4f80dd36..9cde8bef 100644 --- a/App.vue +++ b/App.vue @@ -2867,7 +2867,7 @@ if(temp !== undefined && this.is_tabbar_pages()) { obj.$vm.setData( { - bottom_fixed_style: 'bottom:'+((this.app_tabbar_height_value()-8)*2)+'rpx' + bottom_fixed_style: 'bottom:'+(((this.app_tabbar_height_value()-8)*2)+20)+'rpx' }); } }