cloud-b2b 1.1.17 → 1.1.18

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.
@@ -419,6 +419,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
419
419
  minHeight: '20px',
420
420
  minWidth: '100px',
421
421
  maxWidth: "".concat(col.width - 16, "px"),
422
+ color: col.isNeedShow ? '#1890ff' : '',
422
423
  overflow: 'hidden',
423
424
  textOverflow: 'ellipsis',
424
425
  display: '-webkit-box',
@@ -646,6 +647,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
646
647
  // }
647
648
 
648
649
  col.readonly = readonly;
650
+ debugger;
649
651
  col.render = _this.getCellRender(col);
650
652
 
651
653
  if (col.link) {
@@ -468,6 +468,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
468
468
  minHeight: '20px',
469
469
  minWidth: '100px',
470
470
  maxWidth: "".concat(col.width - 16, "px"),
471
+ color: col.isNeedShow ? '#1890ff' : '',
471
472
  overflow: 'hidden',
472
473
  textOverflow: 'ellipsis',
473
474
  display: '-webkit-box',
@@ -688,6 +689,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
688
689
  // }
689
690
 
690
691
  col.readonly = readonly;
692
+ debugger;
691
693
  col.render = _this.getCellRender(col);
692
694
 
693
695
  if (col.link) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-b2b",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "A react component library dependent antd",
5
5
  "keywords": [
6
6
  "react",