feat: 更新关于页面ui

This commit is contained in:
tim
2025-07-14 21:26:25 +08:00
parent c9c96edcb0
commit 53c878d11d
+2 -2
View File
@@ -60,11 +60,10 @@ export default {
<style scoped> <style scoped>
.about-page { .about-page {
padding: 20px;
max-width: var(--page-max-width); max-width: var(--page-max-width);
background-color: var(--background-color); background-color: var(--background-color);
margin: 0 auto; margin: 0 auto;
height: calc(100vh - var(--header-height) - 40px); height: calc(100vh - var(--header-height));
overflow-y: auto; overflow-y: auto;
} }
@@ -87,5 +86,6 @@ export default {
.about-content { .about-content {
line-height: 1.6; line-height: 1.6;
padding: 20px;
} }
</style> </style>