@arim-aisdc/public-components 0.0.18 → 0.0.19

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.
@@ -1073,7 +1073,7 @@ var TableMax = function TableMax(_ref) {
1073
1073
  className: "table-max-container cus-table-max-container",
1074
1074
  style: {
1075
1075
  width: "100%",
1076
- height: "".concat(autoHeight ? '100%' : 'fit-content')
1076
+ height: "".concat(autoHeight ? '100%' : '')
1077
1077
  },
1078
1078
  id: "".concat(tableId, "-TableCore")
1079
1079
  // style={{ width: `${tableContainerWidth}px` }}
@@ -1156,14 +1156,11 @@ var TableMax = function TableMax(_ref) {
1156
1156
  className: "table-center",
1157
1157
  ref: tableContentRef,
1158
1158
  style: {
1159
- height: !autoHeight ? defaultScrollY : 'fit-content'
1159
+ height: !autoHeight ? defaultScrollY : ''
1160
1160
  },
1161
1161
  children: [/*#__PURE__*/_jsx("div", {
1162
1162
  ref: tableHeaderRef,
1163
1163
  className: "table-header",
1164
- style: {
1165
- height: 'fit-content'
1166
- },
1167
1164
  children: /*#__PURE__*/_jsx(TableHeader, _objectSpread({}, tableHeaderProps))
1168
1165
  }), /*#__PURE__*/_jsx("div", {
1169
1166
  ref: tableBodyRef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arim-aisdc/public-components",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "前端组件库",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",