From fb0c7763eddde38d3746cb424ebe9662ac576c86 Mon Sep 17 00:00:00 2001 From: vben Date: Thu, 29 Oct 2020 23:59:54 +0800 Subject: [PATCH] fix(modal): fix modal not showing footer --- CHANGELOG.zh_CN.md | 7 ++ src/components/Authority/src/index.vue | 3 +- src/components/Basic/src/BasicArrow.vue | 4 +- src/components/Basic/src/BasicHelp.vue | 8 +- src/components/Basic/src/BasicTitle.vue | 7 +- src/components/Breadcrumb/BreadcrumbItem.vue | 2 + src/components/Modal/src/BasicModal.tsx | 78 ++++++------- src/components/Modal/src/Modal.tsx | 4 +- src/components/Modal/src/ModalWrapper.tsx | 109 +++++++++---------- src/components/Modal/src/index.less | 5 +- src/components/Modal/src/useModal.ts | 15 ++- src/components/registerGlobComp.ts | 3 +- 12 files changed, 130 insertions(+), 115 deletions(-) diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index bd457f76..84d4187a 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,8 +1,15 @@ ## Wip +### 🎫 Chores + +- 添加部分注释 +- pwa 图标补充 +- types 类型调整 + ### 🐛 Bug Fixes - 修复本地代理 post 接口到 https 地址超时错误 +- 修复 modal 在不显示 footer 的时候全屏高度计算问题 ## 2.0.0-rc.6 (2020-10-28) diff --git a/src/components/Authority/src/index.vue b/src/components/Authority/src/index.vue index 7dfd1387..f9f4735c 100644 --- a/src/components/Authority/src/index.vue +++ b/src/components/Authority/src/index.vue @@ -1,5 +1,6 @@