@fle-ui/plus-table 1.2.30-beta.1 → 1.2.30-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.
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
&.turn-left {
|
|
54
54
|
width: calc(100% - 356px);
|
|
55
55
|
}
|
|
56
|
+
}
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
// antd tree 的虚拟滚动有问题,无法滚动到底部,这里强制使用原生滚动
|
|
59
|
+
ant-pro-table-column-setting-list
|
|
60
|
+
.ant-tree.ant-tree-block-node
|
|
61
|
+
.ant-tree-list-holder-inner {
|
|
62
|
+
transform: none !important;
|
|
61
63
|
}
|
package/es/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import "antd/es/config-provider/style";
|
|
2
|
+
import _ConfigProvider from "antd/es/config-provider";
|
|
1
3
|
import "antd/es/drawer/style";
|
|
2
4
|
import _Drawer from "antd/es/drawer";
|
|
3
5
|
import "antd/es/checkbox/style";
|
|
@@ -527,6 +529,8 @@ function PlusTable(props, ref) {
|
|
|
527
529
|
}, []);
|
|
528
530
|
return /*#__PURE__*/React.createElement("div", {
|
|
529
531
|
className: "page_plustable__body"
|
|
532
|
+
}, /*#__PURE__*/React.createElement(_ConfigProvider, {
|
|
533
|
+
prefixCls: "ant"
|
|
530
534
|
}, /*#__PURE__*/React.createElement(ProTable, _extends({
|
|
531
535
|
pagination: _objectSpread({
|
|
532
536
|
size: 'default'
|
|
@@ -590,6 +594,6 @@ function PlusTable(props, ref) {
|
|
|
590
594
|
},
|
|
591
595
|
manualRequest: true,
|
|
592
596
|
action: actionRef
|
|
593
|
-
})));
|
|
597
|
+
}))));
|
|
594
598
|
}
|
|
595
599
|
export default /*#__PURE__*/React.forwardRef(PlusTable);
|
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
&.turn-left {
|
|
54
54
|
width: calc(100% - 356px);
|
|
55
55
|
}
|
|
56
|
+
}
|
|
56
57
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
// antd tree 的虚拟滚动有问题,无法滚动到底部,这里强制使用原生滚动
|
|
59
|
+
ant-pro-table-column-setting-list
|
|
60
|
+
.ant-tree.ant-tree-block-node
|
|
61
|
+
.ant-tree-list-holder-inner {
|
|
62
|
+
transform: none !important;
|
|
61
63
|
}
|
package/lib/index.js
CHANGED
|
@@ -531,6 +531,8 @@ function PlusTable(props, ref) {
|
|
|
531
531
|
}, []);
|
|
532
532
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
533
533
|
className: "page_plustable__body"
|
|
534
|
+
}, /*#__PURE__*/_react.default.createElement(_antd.ConfigProvider, {
|
|
535
|
+
prefixCls: "ant"
|
|
534
536
|
}, /*#__PURE__*/_react.default.createElement(_proComponents.ProTable, _extends({
|
|
535
537
|
pagination: _objectSpread({
|
|
536
538
|
size: 'default'
|
|
@@ -594,6 +596,6 @@ function PlusTable(props, ref) {
|
|
|
594
596
|
},
|
|
595
597
|
manualRequest: true,
|
|
596
598
|
action: actionRef
|
|
597
|
-
})));
|
|
599
|
+
}))));
|
|
598
600
|
}
|
|
599
601
|
var _default = exports.default = /*#__PURE__*/_react.default.forwardRef(PlusTable);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-table",
|
|
3
|
-
"version": "1.2.30-beta.
|
|
3
|
+
"version": "1.2.30-beta.3",
|
|
4
4
|
"description": "@fle-ui/plus-table",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@ant-design/pro-utils": "^2.7.0",
|
|
47
47
|
"omit.js": "^2.0.2"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2282f692ac7fbcccb23fd3d6f340a6b0a1c37c32"
|
|
50
50
|
}
|