@ccs-ui/rc-pro 1.1.14 → 1.1.16

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.
@@ -32,7 +32,12 @@ export default /*#__PURE__*/memo(function (props) {
32
32
  display: active ? 'block' : 'none'
33
33
  },
34
34
  autoHide: true,
35
- children: children
35
+ children: /*#__PURE__*/_jsx("div", {
36
+ style: {
37
+ margin: 16
38
+ },
39
+ children: children
40
+ })
36
41
  })
37
42
  })
38
43
  });
package/es/table/index.js CHANGED
@@ -60,7 +60,7 @@ var CustomTable = function CustomTable(props) {
60
60
  if (_pagination && _pagination.length > 0) {
61
61
  pageHeight = _pagination[0].clientHeight;
62
62
  }
63
- var scrollHeight = bodyHeight - top - theadHeight - pageHeight - (restProps.title ? 46 : 0) - (restProps.footer ? 46 : 0);
63
+ var scrollHeight = bodyHeight - top - 32 - theadHeight - pageHeight - (restProps.title ? 46 : 0) - (restProps.footer ? 46 : 0);
64
64
 
65
65
  // 固定tbody高度
66
66
  var tbody = (_ref$current4 = ref.current) === null || _ref$current4 === void 0 ? void 0 : _ref$current4.getElementsByClassName('ant-table-body');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "A react pro components",
5
5
  "license": "MIT",
6
6
  "module": "es/index.js",