@zgfe/modules-dm 1.0.2-y.1 → 1.0.2-y.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.
@@ -643,7 +643,7 @@ var TablePlus = function TablePlus(props) {
643
643
 
644
644
 
645
645
  useEffect(function () {
646
- var _Y = getTableScroll(98); // console.log('_Y', _Y);
646
+ var _Y = getTableScroll(102); // console.log('_Y', _Y);
647
647
 
648
648
 
649
649
  setScrollY(_Y);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.2-y.1",
3
+ "version": "1.0.2-y.2",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "license": "ISC",
@@ -53,7 +53,7 @@
53
53
  "umi-request": "^1.4.0",
54
54
  "yorkie": "^2.0.0"
55
55
  },
56
- "gitHead": "370c8eb31239d14d50c9a08c37fc8ec45b461ff0",
56
+ "gitHead": "f5bf5ca2efdffcbe80426d6c7ef33fbf6e2316b7",
57
57
  "gitHooks": {
58
58
  "pre-commit": "lint-staged"
59
59
  }