@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
|
-
|
|
36
|
+
children: /*#__PURE__*/_jsxs(Scrollbars
|
|
37
|
+
// autoHide
|
|
38
|
+
, {
|
|
38
39
|
className: classNames('ccs-table-item-scroll', {
|
|
39
40
|
'route-avtive': active
|
|
40
41
|
}),
|
|
@@ -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
|
-
|
|
29
|
+
children: /*#__PURE__*/_jsxs(Scrollbars // autoHide
|
|
30
|
+
, {
|
|
31
31
|
className: "ccs-table-item-scroll",
|
|
32
32
|
children: [/*#__PURE__*/_jsx(Breadcrumb, {
|
|
33
33
|
items: breadcrumb,
|
package/es/pro-table/table.js
CHANGED
|
@@ -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);
|