3h1-ui 3.0.0-next.262 → 3.0.0-next.264

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/es/index.js CHANGED
@@ -26731,11 +26731,11 @@ const ShyFormVxeTable = /* @__PURE__ */ defineComponent({
26731
26731
  },
26732
26732
  "scrollY": {
26733
26733
  enabled: props2.isVirtual,
26734
- gt: props2.showRowCount
26734
+ gt: props2.showRowCount,
26735
+ oSize: props2.showRowCount * 2
26735
26736
  },
26736
26737
  "scrollX": {
26737
- enabled: props2.isVirtual,
26738
- gt: 0
26738
+ enabled: false
26739
26739
  },
26740
26740
  "cellStyle": {
26741
26741
  wordBreak: "break-all",