@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.
@@ -205,7 +205,7 @@ export type PGridProps<D extends Recordable = Recordable, F extends Recordable =
205
205
  scrollMode?: 'outer' | 'inner';
206
206
  lazyReset?: boolean;
207
207
  /**
208
- * 适应展示区到页面顶部的高度,通常和容器最上的y值有关(正比)
208
+ * 表格纵向滚动区额外预留像素:在 `tableWrapper` 高度内扣减表头、底栏后,再从 body 可滚动高度中减去本值,避免末行与滚动条贴边或被裁切。可通过 `setUIKitConfig({ grid: { fitHeight } })` 或组件 `fitHeight` 按项目微调;库内全局默认见 `config`。
209
209
  */
210
210
  fitHeight?: number;
211
211
  /**