mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 修复微模态组件的样式,调整为固定定位以适应全屏显示
This commit is contained in:
parent
d88349b6f7
commit
faeeb09a4a
@ -231,8 +231,8 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.micro-modal {
|
.micro-modal {
|
||||||
width: 100vw;
|
position: fixed;
|
||||||
height: 100vh;
|
inset: 0;
|
||||||
will-change: auto;
|
will-change: auto;
|
||||||
|
|
||||||
--modal-mask-bg: rgba(0, 0, 0, .4);
|
--modal-mask-bg: rgba(0, 0, 0, .4);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user