@ccs-ui/rc-pro 1.1.23-beta-6 → 1.1.23-beta-8
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/es/pro-table/table.js
CHANGED
|
@@ -500,9 +500,7 @@ var InternalProTable = function InternalProTable(props) {
|
|
|
500
500
|
});
|
|
501
501
|
return watermark ? /*#__PURE__*/_jsx(CcsWaterMark, {
|
|
502
502
|
content: watermark,
|
|
503
|
-
|
|
504
|
-
gapY: 40,
|
|
505
|
-
offsetTop: 40,
|
|
503
|
+
fontColor: "rgba(0,0,0,.15)",
|
|
506
504
|
zIndex: 105,
|
|
507
505
|
children: render
|
|
508
506
|
}) : render;
|