@fonixtree/magic-design 0.0.25 → 0.0.26

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.
@@ -294,6 +294,9 @@ function CouponTable(props) {
294
294
  loadCouponsList();
295
295
  }
296
296
  }),
297
- rowSelection: rowSelection
297
+ rowSelection: rowSelection,
298
+ scroll: {
299
+ y: 405
300
+ }
298
301
  }));
299
302
  }
@@ -216,6 +216,9 @@ function FunctionTable(props) {
216
216
  loading: loading,
217
217
  pagination: false,
218
218
  rowKey: "funcUrlLibId",
219
- rowSelection: rowSelection
219
+ rowSelection: rowSelection,
220
+ scroll: {
221
+ y: 450
222
+ }
220
223
  });
221
224
  }
@@ -294,6 +294,9 @@ function CouponTable(props) {
294
294
  loadCouponsList();
295
295
  }
296
296
  }),
297
- rowSelection: rowSelection
297
+ rowSelection: rowSelection,
298
+ scroll: {
299
+ y: 405
300
+ }
298
301
  }));
299
302
  }
@@ -216,6 +216,9 @@ function FunctionTable(props) {
216
216
  loading: loading,
217
217
  pagination: false,
218
218
  rowKey: "funcUrlLibId",
219
- rowSelection: rowSelection
219
+ rowSelection: rowSelection,
220
+ scroll: {
221
+ y: 450
222
+ }
220
223
  });
221
224
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.25",
4
+ "version": "0.0.26",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",