fix: 修复微模态组件的样式,调整为固定定位以适应全屏显示

This commit is contained in:
kuaifan 2025-11-28 01:33:49 +00:00
parent d88349b6f7
commit faeeb09a4a

View File

@ -231,8 +231,8 @@ export default {
<style lang="scss">
.micro-modal {
width: 100vw;
height: 100vh;
position: fixed;
inset: 0;
will-change: auto;
--modal-mask-bg: rgba(0, 0, 0, .4);