修复 toast 位置问题
This commit is contained in:
parent
75b4f307b5
commit
458f91b212
|
@ -59,8 +59,6 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: $zindex-toast;
|
z-index: $zindex-toast;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
width: $Toast-width;
|
width: $Toast-width;
|
||||||
|
|
Loading…
Reference in New Issue