antd-management-fast-framework 1.12.99 → 1.12.100
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.
|
@@ -379,7 +379,10 @@ var Base = /*#__PURE__*/function (_BaseWindow) {
|
|
|
379
379
|
left: /*#__PURE__*/_react.default.createElement(_space.default, {
|
|
380
380
|
split: /*#__PURE__*/_react.default.createElement(_divider.default, {
|
|
381
381
|
type: "vertical"
|
|
382
|
-
})
|
|
382
|
+
}),
|
|
383
|
+
style: {
|
|
384
|
+
height: '100%'
|
|
385
|
+
}
|
|
383
386
|
}, bottomBarLeftBox),
|
|
384
387
|
right: /*#__PURE__*/_react.default.createElement("div", null)
|
|
385
388
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.100",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"src/framework",
|
|
220
220
|
"src/utils"
|
|
221
221
|
],
|
|
222
|
-
"gitHead": "
|
|
222
|
+
"gitHead": "a5cefda8f2e7516441b8096d890208bae55fbc23",
|
|
223
223
|
"gitHooks": {
|
|
224
224
|
"pre-commit": "lint-staged"
|
|
225
225
|
}
|