修复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 >
<div style="display: flex;flex-direction: column;">
<Header></Header>
<MainSection></MainSection>
</div>
<div style="display: flex;flex-direction: column;">
<Header></Header>
<MainSection></MainSection>
</div>
</template>
<script setup>
import Header from "@/Manager/Header.vue";