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
|
@@ -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
|
},
|