doway-coms 1.4.20 → 1.4.22

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.4.20",
3
+ "version": "1.4.22",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -56,6 +56,7 @@
56
56
  @checkbox-change="checkBoxChanged"
57
57
  :cell-class-name="cellClassName"
58
58
  :row-style="rowStyle"
59
+ :cell-style="cellStyle"
59
60
  :size="'mini'"
60
61
  :data="rows"
61
62
  :columns="internalColumns"
@@ -717,6 +718,9 @@ export default {
717
718
  rowStyle: {
718
719
  type: Function,
719
720
  },
721
+ cellStyle: {
722
+ type: Function,
723
+ },
720
724
  height: {
721
725
  default: null,
722
726
  },