feat: ablout page

This commit is contained in:
tim
2025-07-09 22:34:26 +08:00
parent f65d46a972
commit 469dfbd1e5
4 changed files with 61 additions and 8 deletions

View File

@@ -62,7 +62,10 @@ export default {
.about-page {
padding: 20px;
max-width: var(--page-max-width);
background-color: var(--background-color);
margin: 0 auto;
height: calc(100vh - var(--header-height) - 40px);
overflow-y: auto;
}
.about-tabs {