doway-coms 2.10.58 → 2.10.59

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": "doway-coms",
3
- "version": "2.10.58",
3
+ "version": "2.10.59",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -447,10 +447,12 @@ export default {
447
447
  let layoutFormStyle = {
448
448
  display: 'flex',
449
449
  columnGap: this.flexGap+ 'px',
450
+ rowGap:'7px',
450
451
  flexFlow: 'row wrap',
451
452
  justifyContent: 'flex-start',
452
453
  padding: '5px 5px 0px 5px',
453
- overflowY: 'auto'
454
+ overflowY: 'auto',
455
+ paddingBottom:'7px'
454
456
  }
455
457
 
456
458
  if(this.layoutType==='grid'){