Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit e7a4cf7

Browse files
committed
🐞 fix: 修复移动端样式异常
1 parent 777979f commit e7a4cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ html,
1313
body {
1414
width: 100%;
1515
height: 100%;
16-
width: 100dvh;
17-
height: 100dvh;
16+
// width: 100dvh;
17+
// height: 100dvh;
1818
margin: 0;
1919
padding: 0;
2020
background-color: #333;

0 commit comments

Comments
 (0)