doway-coms 1.2.1 → 1.2.2

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": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -339,7 +339,7 @@
339
339
  :style="{
340
340
  display: 'flex',
341
341
  flexWrap: 'wrap',
342
- justifyContent: 'center',
342
+ justifyContent: 'left',
343
343
  alignItems: 'center',
344
344
  maxHeight: '150px',
345
345
  overflow: 'auto',
@@ -351,10 +351,9 @@
351
351
  v-for="loopSource in scope.column.params.dataSource"
352
352
  :key="loopSource.value"
353
353
  :value="loopSource.value"
354
- style="margin: 5px 0"
354
+ style="margin: 5px 0;"
355
355
  >{{ loopSource.caption }}
356
356
  </a-checkbox>
357
-
358
357
  </a-checkbox-group>
359
358
  <!-- <a-select-->
360
359
  <!-- v-model="scope.column.filters[0].data.displayValues"-->
@@ -877,8 +876,7 @@ export default {
877
876
  },
878
877
  });
879
878
  }
880
-
881
- console.log(this.internalColumns)
879
+ // console.log(this.internalColumns)
882
880
  this.gridEdit = this.edit;
883
881
  },
884
882