jufubao-forms 1.0.6-beta21 → 1.0.6

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-forms",
3
- "version": "1.0.6-beta21",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "聚福宝表单业务插件库",
6
6
  "main": "index.js",
@@ -288,6 +288,7 @@
288
288
  backgroundImage: `url(${this.background_image})`,
289
289
  backgroundSize: '100% auto',
290
290
  backgroundRepeat: 'no-repeat',
291
+ minHeight: this.layoutInfo.bodyMinHeight
291
292
  }
292
293
  }
293
294
  },