@zykj2024/much-library 1.1.4-beta.2 → 1.1.4

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.
@@ -499,7 +499,7 @@ var McContainer = /*#__PURE__*/forwardRef(function (props, ref) {
499
499
  }
500
500
  }, tableProps === null || tableProps === void 0 ? void 0 : tableProps.expandable)
501
501
  }))]
502
- }), !(tableProps !== null && tableProps !== void 0 && tableProps.pagination) && /*#__PURE__*/_jsx("div", {
502
+ }), !(tableProps !== null && tableProps !== void 0 && tableProps.pagination) && !tableRender && /*#__PURE__*/_jsx("div", {
503
503
  className: "mc-container__ceiling",
504
504
  style: {
505
505
  backgroundColor: backgroundColor,
@@ -3,7 +3,7 @@ var _templateObject;
3
3
  // @ts-nocheck
4
4
  import { createGlobalStyle } from 'antd-style';
5
5
 
6
- // 后续如果需要精确控制字体粗细时再加上那个
6
+ // 后续如果需要精确控制字体粗细时再加上
7
7
  // @font-face {
8
8
  // font-family: 'SourceHanSansCN';
9
9
  // src: url(${(props) => props.font.Medium});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.1.4-beta.2",
3
+ "version": "1.1.4",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",