优化layer在特殊场景下的定位
parent
22e12d7f77
commit
07e4b9c0aa
|
@ -10,8 +10,11 @@
|
||||||
display: none;
|
display: none;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: auto;
|
position: fixed;
|
||||||
height: auto;
|
z-index: 65534;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
:host([alert]),
|
:host([alert]),
|
||||||
:host([confirm]),
|
:host([confirm]),
|
||||||
|
@ -187,11 +190,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([mask]) {
|
:host([mask]) {
|
||||||
position: fixed;
|
|
||||||
z-index: 65534;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(255, 255, 255, 0.15);
|
background: rgba(255, 255, 255, 0.15);
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
|
|
Reference in New Issue