style: 调整字体样式

This commit is contained in:
hzj 2025-09-26 19:18:01 +08:00
parent e8e7c74ce4
commit cfb45d07df
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ watch(
@media screen and (min-width: 360px) { @media screen and (min-width: 360px) {
* { * {
font-size: 16px; font-size: 12px;
} }
} }

View File

@ -101,7 +101,7 @@
justify-content: space-between; justify-content: space-between;
gap: 5px; gap: 5px;
background-color: white; background-color: white;
padding: 10px; padding: 3%;
border-radius: 12px; border-radius: 12px;
margin: 0 1%; margin: 0 1%;
margin-bottom: 12px; margin-bottom: 12px;