修复bug

This commit is contained in:
GUjiYN 2024-01-27 15:25:06 +08:00
parent a246b14b25
commit 399f15d7ec

View File

@ -1,8 +1,8 @@
<template > <template >
<div style="display: flex;flex-direction: column;"> <div style="display: flex;flex-direction: column;">
<Header></Header> <Header></Header>
<MainSection></MainSection> <MainSection></MainSection>
</div> </div>
</template> </template>
<script setup> <script setup>
import Header from "@/Manager/Header.vue"; import Header from "@/Manager/Header.vue";