gui-iphone-bottom 用于躲避 iPhone X、iPhone 11 12 13 系列手机的底部按键。
注意事项 :
1 switch 页面不需要使用组件;
2 gui-page 组件的 gFooter 插槽已经实现此功能,不需要重复使用;
gui-iphone-bottom : /GraceUI组件目录/gui-iphone-bottom.vue
H5 | APP | 小程序 | NVUE |
✔ | ✔ | ✔ | ✔ |
属性名称 | 类型 | 默认值 | 作用 |
height | String | 60rpx | 躲避占位view高度 |
isSwitchPage | Boolean | false | 是否为一个 switch 页面 |
customClass | Array | ['gui-bg-transparent'] | 自定义样式类,默认为一个透明背景 |
在页面底部加入此组件即可,组件会自动识别运行环境,完成自动适配工作;