🐞 fix: 修复移动端样式异常
This commit is contained in:
parent
777979f0e3
commit
e7a4cf7171
@ -13,8 +13,8 @@ html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100dvh;
|
||||
height: 100dvh;
|
||||
// width: 100dvh;
|
||||
// height: 100dvh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #333;
|
||||
|
Loading…
Reference in New Issue
Block a user