refactor:1.APP.vue页面调整;2.移除无用样式

This commit is contained in:
lhj
2024-09-24 00:29:34 +08:00
parent 1bf75d3611
commit 3c5c4b1562
4 changed files with 3 additions and 25 deletions

View File

@ -24,8 +24,6 @@ a:hover {
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
@ -59,7 +57,6 @@ button:focus-visible {
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;