new fonts

This commit is contained in:
2025-03-04 21:29:51 +08:00
parent ebff70fea3
commit 166a6d8171
7 changed files with 99 additions and 5 deletions

View File

@ -11,4 +11,20 @@ import AppFooter from "./components/AppFooter.vue";
</div>
</template>
<style scoped></style>
<style scoped>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.app-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.main-content {
flex: 1; /* 占据剩余空间 */
}
</style>