venus-design 1.0.97 → 1.0.98

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.
@@ -528,7 +528,7 @@ export var VENUS_TABLE_COLUMNRENDER_TYPE = {
528
528
  onClick: function onClick() {
529
529
  return actions.toggleEdit(key, true);
530
530
  },
531
- style: {
531
+ style: actions.getVenusEditCellStyle(record, column.fieldId) || {
532
532
  cursor: 'pointer',
533
533
  display: 'block'
534
534
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",