调整组件

This commit is contained in:
aixianling
2022-01-27 14:55:53 +08:00
parent a69908c536
commit 1c573aa443

View File

@@ -22,8 +22,8 @@ export default {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 999;