From 9861e1a867fd6be625aa86e23e54f3e6d4d51f8b Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 6 Jan 2025 20:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/7601=E3=80=91ant-design-vue@4.2?= =?UTF-8?q?.6=E5=90=8E=E5=BC=B9=E7=AA=97=E5=85=A8=E5=B1=8F=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=9C=89=E7=A9=BA=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/components/Modal/src/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jeecgboot-vue3/src/components/Modal/src/index.less b/jeecgboot-vue3/src/components/Modal/src/index.less index 06de7267..d39a0bc4 100644 --- a/jeecgboot-vue3/src/components/Modal/src/index.less +++ b/jeecgboot-vue3/src/components/Modal/src/index.less @@ -19,6 +19,11 @@ .@{namespace}-basic-title { cursor: default !important; } + // update-begin--author:liaozhiyang---date:20241225---for:【issues/7601】ant-design-vue@4.2.6后弹窗全屏底部有空隙 + & > div:has( > .ant-modal-content) { + height: 100%; + } + // update-end--author:liaozhiyang---date:20241225---for:【issues/7601】ant-design-vue@4.2.6后弹窗全屏底部有空隙 } }