@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.
@@ -21,6 +21,7 @@
21
21
  .ant-tabs-tab {
22
22
  border: 0;
23
23
  padding: 6px 16px !important;
24
+ border-radius: 0 !important;
24
25
  }
25
26
 
26
27
  .ant-tabs-tab,
@@ -500,9 +500,7 @@ var InternalProTable = function InternalProTable(props) {
500
500
  });
501
501
  return watermark ? /*#__PURE__*/_jsx(CcsWaterMark, {
502
502
  content: watermark,
503
- gapX: 40,
504
- gapY: 40,
505
- offsetTop: 40,
503
+ fontColor: "rgba(0,0,0,.15)",
506
504
  zIndex: 105,
507
505
  children: render
508
506
  }) : render;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.23-beta-6",
3
+ "version": "1.1.23-beta-8",
4
4
  "description": "删除IsTabsPage参数;添加colorful主题;",
5
5
  "license": "MIT",
6
6
  "author": {