@kengic/core.react 0.0.2-beta.16 → 0.0.2-beta.17
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/kengic-core.react.js +2 -2
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67838,9 +67838,9 @@ function KgWorkStationModal() {
|
|
|
67838
67838
|
confirmLoading: !1,
|
|
67839
67839
|
wrapClassName: "kgcrant-kg-work-station-modal",
|
|
67840
67840
|
zIndex: 2e3,
|
|
67841
|
+
kgMinWidth: 700,
|
|
67841
67842
|
okButtonProps: { disabled: w },
|
|
67842
67843
|
cancelButtonProps: { disabled: w },
|
|
67843
|
-
kgMinWidth: 700,
|
|
67844
67844
|
onCancel: Ea,
|
|
67845
67845
|
onOk: ya,
|
|
67846
67846
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", height: "100%" }, children: [
|
|
@@ -67853,7 +67853,7 @@ function KgWorkStationModal() {
|
|
|
67853
67853
|
columns: ha,
|
|
67854
67854
|
size: "small",
|
|
67855
67855
|
pagination: !1,
|
|
67856
|
-
scroll: { y: "auto" },
|
|
67856
|
+
scroll: { x: "350px", y: "auto" },
|
|
67857
67857
|
rowSelection: ca,
|
|
67858
67858
|
rowKey: (va) => va.devcod,
|
|
67859
67859
|
onRow: (va) => ({
|