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