3h1-ui 3.0.0-next.260 → 3.0.0-next.261
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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -26731,11 +26731,13 @@ 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
26738
|
enabled: props2.isVirtual,
|
|
26738
|
-
gt: 0
|
|
26739
|
+
gt: 0,
|
|
26740
|
+
oSize: 4
|
|
26739
26741
|
},
|
|
26740
26742
|
"cellStyle": {
|
|
26741
26743
|
wordBreak: "break-all",
|
package/lib/index.js
CHANGED
|
@@ -26755,11 +26755,13 @@ const ShyFormVxeTable = /* @__PURE__ */ vue.defineComponent({
|
|
|
26755
26755
|
},
|
|
26756
26756
|
"scrollY": {
|
|
26757
26757
|
enabled: props2.isVirtual,
|
|
26758
|
-
gt: props2.showRowCount
|
|
26758
|
+
gt: props2.showRowCount,
|
|
26759
|
+
oSize: props2.showRowCount * 2
|
|
26759
26760
|
},
|
|
26760
26761
|
"scrollX": {
|
|
26761
26762
|
enabled: props2.isVirtual,
|
|
26762
|
-
gt: 0
|
|
26763
|
+
gt: 0,
|
|
26764
|
+
oSize: 4
|
|
26763
26765
|
},
|
|
26764
26766
|
"cellStyle": {
|
|
26765
26767
|
wordBreak: "break-all",
|