gxd-uni-library-editx 1.0.176 → 1.0.178

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.176",
3
+ "version": "1.0.178",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -368,7 +368,7 @@
368
368
  background: this.tabbarBackground,
369
369
  zIndex: (this.wiewType ? 1601: 1001)
370
370
  }
371
- if(this.wiewType) css['top'] = (this.mainHeight - this.footerHeight/2 + this.scrollHeight -4) + 'px';
371
+ if(this.wiewType) css['top'] = (this.mainHeight - this.footerHeight/2 + this.scrollHeight - 4) + 'px';
372
372
  else css['bottom'] = 0;
373
373
  return css
374
374
  },