mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
fix: 修复微模态组件的样式,调整为固定定位以适应全屏显示
This commit is contained in:
parent
d88349b6f7
commit
faeeb09a4a
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user