fix: stat problems

This commit is contained in:
Tim
2025-08-12 10:19:40 +08:00
parent 84c1833923
commit 9878c12e33
3 changed files with 10 additions and 2 deletions

View File

@@ -103,6 +103,5 @@ onMounted(loadData)
max-width: var(--page-max-width);
background-color: var(--background-color);
margin: 0 auto;
height: 100%;
}
</style>