mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-10 23:27:18 +00:00
new fonts
This commit is contained in:
18
src/App.vue
18
src/App.vue
@ -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>
|
||||
|
Reference in New Issue
Block a user