mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 19:28:05 +00:00
fix: fullscreen-modal width wrong (#3321)
* fix: fullscreen-modal width wrong * fix: ModalWrapper expose setModalHeight missing
This commit is contained in:
@@ -150,5 +150,5 @@
|
||||
}
|
||||
}
|
||||
|
||||
defineExpose({ scrollTop });
|
||||
defineExpose({ scrollTop, setModalHeight });
|
||||
</script>
|
||||
|
@@ -4,10 +4,12 @@
|
||||
.ant-modal {
|
||||
inset: 0 !important;
|
||||
width: 100% !important;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
|
||||
&-content {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user