mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
【issues/7601】ant-design-vue@4.2.6后弹窗全屏底部有空隙
This commit is contained in:
@ -19,6 +19,11 @@
|
|||||||
.@{namespace}-basic-title {
|
.@{namespace}-basic-title {
|
||||||
cursor: default !important;
|
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后弹窗全屏底部有空隙
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user