boka-human-cliend-v3 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -486,6 +486,8 @@
486
486
  border: 1px solid #ccc;
487
487
  }
488
488
  .humanMainView.full {
489
+ padding-top: env(safe-area-inset-top);
490
+ /* 0 ~ 50px 不等,由系统决定 */
489
491
  width: 100vw!important;
490
492
  max-width: 100vw!important;
491
493
  height: 100vh!important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",