@ccs-ui/rc-pro 2.3.3-beta-2 → 2.3.3-beta-3

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.
@@ -33,8 +33,9 @@ export default /*#__PURE__*/memo(function (props) {
33
33
  },
34
34
  className: "ccs-tab-item",
35
35
  "data-display": active,
36
- children: /*#__PURE__*/_jsxs(Scrollbars, {
37
- autoHide: true,
36
+ children: /*#__PURE__*/_jsxs(Scrollbars
37
+ // autoHide
38
+ , {
38
39
  className: classNames('ccs-table-item-scroll', {
39
40
  'route-avtive': active
40
41
  }),
@@ -31,7 +31,7 @@ export default function SinglePage(_ref) {
31
31
  return {
32
32
  key: m.key,
33
33
  title: m.label,
34
- href: m.url
34
+ href: ''
35
35
  };
36
36
  });
37
37
  breadcrumb.unshift({
@@ -26,8 +26,8 @@ export default /*#__PURE__*/memo(function (props) {
26
26
  return urlAuthList.includes(e);
27
27
  }
28
28
  },
29
- children: /*#__PURE__*/_jsxs(Scrollbars, {
30
- autoHide: true,
29
+ children: /*#__PURE__*/_jsxs(Scrollbars // autoHide
30
+ , {
31
31
  className: "ccs-table-item-scroll",
32
32
  children: [/*#__PURE__*/_jsx(Breadcrumb, {
33
33
  items: breadcrumb,
@@ -555,6 +555,7 @@ var InternalProTable = function InternalProTable(props) {
555
555
  formInitValues: formInitValues,
556
556
  formItemLabelWidth: props.formItemLabelWidth,
557
557
  onSearch: _onSearch,
558
+ title: props.title,
558
559
  tableOperation: (table === null || table === void 0 ? void 0 : table.hideOperation) !== true ? /*#__PURE__*/_jsx(TableOperation, {
559
560
  onChangeRowSize: function onChangeRowSize(e) {
560
561
  return setTableRowSize(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "2.3.3-beta-2",
3
+ "version": "2.3.3-beta-3",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": {