perf(PageWrapper): fix the height calculation problem when footer and global footer are opened at the same time (#760)

* perf(PageWrapper): 优化PageWrapper在page的footer与全局页脚同时开启时的高度计算表现。

* docs(PageWrapper): 修复footer与全局页脚同时开启时的高度计算问题

Co-authored-by: NorthLan <lan6995@gmail.com>
This commit is contained in:
Lan
2021-06-16 22:23:39 +08:00
committed by GitHub
parent 655b743236
commit ab2c7efe69
3 changed files with 32 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
- **PageWrapper** 修复高度计算问题
- **FlowChart** 修复拖放菜单丢失
- 修复后台模式下Iframe 路由错误
- **PageWrapper** 修复 footer 与全局页脚同时开启时的高度计算问题
## 2.4.2(2021-06-10)