This commit is contained in:
X1627315083
2026-02-04 10:09:24 +08:00
parent 6a9fad0fc0
commit 6f370ac874
13 changed files with 354 additions and 105 deletions

View File

@@ -11,6 +11,10 @@ p {
padding: 0;
}
*{
box-sizing: border-box;
}
html,
body,
#app {