Git bug fix
This commit is contained in:
parent
420fc0298a
commit
a246b14b25
@ -21,3 +21,25 @@ import LeftBar from "@/Manager/LeftBar.vue";
|
|||||||
flex: 1; /* 让内容部分占据剩余空间 */
|
flex: 1; /* 让内容部分占据剩余空间 */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
flex: 1; /* 让内容部分占据剩余空间 */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
flex: 1; /* 让内容部分占据剩余空间 */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
<template style="display: flex;flex-direction: column;">
|
<template >
|
||||||
<Header></Header>
|
<div style="display: flex;flex-direction: column;">
|
||||||
<MainSection></MainSection>
|
<Header></Header>
|
||||||
|
<MainSection></MainSection>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import Header from "@/Manager/Header.vue";
|
import Header from "@/Manager/Header.vue";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user