@cqsjjb/jjb-react-admin-component 3.1.1 → 3.1.2

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.
Files changed (2) hide show
  1. package/Table/index.js +1 -1
  2. package/package.json +1 -1
package/Table/index.js CHANGED
@@ -63,7 +63,7 @@ export default function TablePro(props) {
63
63
  // 获取底部的高度差
64
64
  const bottomHeight = tableRect.bottom - tableBodyRect.bottom;
65
65
  // 计算最终值
66
- setTableHeight(innerHeight - tableBodyRect.top - bottomHeight - 22);
66
+ setTableHeight(innerHeight - tableBodyRect.top - bottomHeight - (window.__IN_BASE__ ? 38 : 22));
67
67
  }
68
68
  } catch (e) {
69
69
  window.console['error'](e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqsjjb/jjb-react-admin-component",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "jjb-react-admin-组件库@new",
5
5
  "main": "index.js",
6
6
  "author": "jjb-front-team",