element-ui-root 2.1.7 → 2.1.8

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.
@@ -165846,6 +165846,10 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
165846
165846
  type: String,
165847
165847
  default: () => '6'
165848
165848
  },
165849
+ gutter: {
165850
+ type: String,
165851
+ default: () => '10'
165852
+ },
165849
165853
  labelWidth: {
165850
165854
  type: String,
165851
165855
  default: () => 'auto'
@@ -166084,14 +166088,14 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
166084
166088
  "class": "column"
166085
166089
  }, [h("el-row", {
166086
166090
  "attrs": {
166087
- "gutter": 20
166091
+ "gutter": parseInt(this.gutter)
166088
166092
  },
166089
166093
  "class": "main-row"
166090
166094
  }, [Object.keys(this.config).map((a, b) => {
166091
166095
  if (b < this.cols) return this.output(a, b);
166092
166096
  })]), h("el-row", {
166093
166097
  "attrs": {
166094
- "gutter": 20
166098
+ "gutter": parseInt(this.gutter)
166095
166099
  },
166096
166100
  "class": this.opened ? 'fold-row open' : 'fold-row'
166097
166101
  }, [Object.keys(this.config).map((a, b) => {
package/dist/index.umd.js CHANGED
@@ -165855,6 +165855,10 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
165855
165855
  type: String,
165856
165856
  default: () => '6'
165857
165857
  },
165858
+ gutter: {
165859
+ type: String,
165860
+ default: () => '10'
165861
+ },
165858
165862
  labelWidth: {
165859
165863
  type: String,
165860
165864
  default: () => 'auto'
@@ -166093,14 +166097,14 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
166093
166097
  "class": "column"
166094
166098
  }, [h("el-row", {
166095
166099
  "attrs": {
166096
- "gutter": 20
166100
+ "gutter": parseInt(this.gutter)
166097
166101
  },
166098
166102
  "class": "main-row"
166099
166103
  }, [Object.keys(this.config).map((a, b) => {
166100
166104
  if (b < this.cols) return this.output(a, b);
166101
166105
  })]), h("el-row", {
166102
166106
  "attrs": {
166103
- "gutter": 20
166107
+ "gutter": parseInt(this.gutter)
166104
166108
  },
166105
166109
  "class": this.opened ? 'fold-row open' : 'fold-row'
166106
166110
  }, [Object.keys(this.config).map((a, b) => {