@vue-ui-kit/ant 2.4.1 → 2.4.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/README.md CHANGED
@@ -59,7 +59,7 @@ setup({
59
59
  grid: {
60
60
  align: 'center', // Set default table alignment
61
61
  lazyReset: true, // Don't auto-submit after reset
62
- fitHeight: 200, // Set adaptive height
62
+ fitHeight: 30, // Set adaptive height
63
63
  },
64
64
  });
65
65
 
@@ -909,7 +909,7 @@ const kitConfig: UIKitConfig = {
909
909
  grid: {
910
910
  align: 'center',
911
911
  lazyReset: true,
912
- fitHeight: 200,
912
+ fitHeight: 30,
913
913
  },
914
914
  };
915
915
  ```
@@ -1216,7 +1216,7 @@ import UIKit, { PForm, PGrid, setup } from '@vue-ui-kit/ant';
1216
1216
  setup({
1217
1217
  grid: {
1218
1218
  align: 'center',
1219
- fitHeight: 180,
1219
+ fitHeight: 30,
1220
1220
  },
1221
1221
  form: {
1222
1222
  labelCol: labelColDict[4],