cloud-b2b 1.1.17 → 1.1.19
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',
|
|
@@ -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',
|