@kmkf-fe-packages/basic-components 1.10.1-beta.2 → 1.10.1-beta.3

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.
package/dist/index.esm.js CHANGED
@@ -11898,7 +11898,7 @@ var GoodList = function GoodList(props, ref) {
11898
11898
  rowKey: 'specNo',
11899
11899
  dataSource: selectList,
11900
11900
  scroll: {
11901
- x: true,
11901
+ x: '100%',
11902
11902
  y: 250
11903
11903
  },
11904
11904
  pagination: {
package/dist/index.js CHANGED
@@ -11910,7 +11910,7 @@ var GoodList = function GoodList(props, ref) {
11910
11910
  rowKey: 'specNo',
11911
11911
  dataSource: selectList,
11912
11912
  scroll: {
11913
- x: true,
11913
+ x: '100%',
11914
11914
  y: 250
11915
11915
  },
11916
11916
  pagination: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.10.1-beta.2",
3
+ "version": "1.10.1-beta.3",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "d1f8b145213bc3fb624883b78fdfc9a902bfb308"
68
+ "gitHead": "742bfd59fa28ebb9271eb3f9db2fdd57de0e2426"
69
69
  }