@steedos-widgets/reactflow 1.2.33 → 1.2.35-beta.1
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/dist/assets.json +5 -5
- package/dist/reactflow.cjs.css +1 -1
- package/dist/reactflow.cjs.js +1 -1
- package/dist/reactflow.cjs.js.map +1 -1
- package/dist/reactflow.esm.css +1 -1
- package/dist/reactflow.esm.js +1 -1
- package/dist/reactflow.esm.js.map +1 -1
- package/dist/reactflow.umd.css +1 -1
- package/dist/reactflow.umd.js +1 -1
- package/package.json +3 -3
package/dist/reactflow.esm.css
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
组件作为formitem而不是renderer模式时,外面会包一层form-item div,造成react flow组件高度100%无效
|
|
307
307
|
把h-full设置为以下值可以有满屏效果
|
|
308
308
|
*/
|
|
309
|
-
height: calc(100vh -
|
|
309
|
+
height: calc(100vh - 120px);
|
|
310
310
|
}
|
|
311
311
|
#__next .ae-Editor .ae-Preview-body .ae-Preview-inner .steedos-react-flow.h-full{
|
|
312
312
|
/*设计器中height 100%无效,把h-full设置为以下值可以有满屏效果*/
|