@kengic/core.react 0.0.2-beta.20 → 0.0.2-beta.21
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 +3 -3
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67843,8 +67843,8 @@ function KgWorkStationModal() {
|
|
|
67843
67843
|
cancelButtonProps: { disabled: w },
|
|
67844
67844
|
onCancel: Ea,
|
|
67845
67845
|
onOk: ya,
|
|
67846
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: {
|
|
67847
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "
|
|
67846
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { height: "100%", margin: "0", overflow: "hidden", padding: "0" }, children: [
|
|
67847
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67848
67848
|
ForwardTable,
|
|
67849
67849
|
{
|
|
67850
67850
|
className: "kg-flex-table",
|
|
@@ -67863,7 +67863,7 @@ function KgWorkStationModal() {
|
|
|
67863
67863
|
})
|
|
67864
67864
|
}
|
|
67865
67865
|
) }),
|
|
67866
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "
|
|
67866
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67867
67867
|
ForwardTable,
|
|
67868
67868
|
{
|
|
67869
67869
|
className: "kg-flex-table",
|