jufubao-base 1.0.259 → 1.0.260

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": "jufubao-base",
3
- "version": "1.0.259",
3
+ "version": "1.0.260",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -121,7 +121,7 @@ export default {
121
121
  computed: {
122
122
  ...mapState(["jfbAuthorize"]),
123
123
  prod_bottom() {
124
- return this.fixedStyle({ height: 0, zIndex: 111 });
124
+ return this.fixedStyle({ height: 0, zIndex: 111, paddingBottom: 20});
125
125
  },
126
126
  ...mapState(["jfbAuthorize"]),
127
127
  isShowBalance(){
@@ -386,6 +386,7 @@ export default {
386
386
  right: 0;
387
387
  display: flex;
388
388
  align-items: center;
389
+ justify-content: center;
389
390
  }
390
391
  }
391
392
  }