@tplc/wot 0.1.17 → 0.1.18

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.18](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.42...v0.1.18) (2024-10-25)
6
+
5
7
  ### [0.1.17](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.37...v0.1.17) (2024-10-21)
6
8
 
7
9
  ### [0.1.16](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.30...v0.1.16) (2024-10-19)
@@ -86,6 +86,11 @@ const innerOffsetTop = computed(() => {
86
86
  top = 44
87
87
  // #endif
88
88
 
89
+ // 如果是小程序 需要 44+statusBar高度
90
+ // #ifdef MP
91
+ top = 44 + (uni.getSystemInfoSync().statusBarHeight || 0)
92
+ // #endif
93
+
89
94
  return top + props.offsetTop
90
95
  })
91
96
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.17",
4
+ "version": "0.1.18",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",