@@ -206,7 +206,7 @@
</div>
- <n-drawer v-model:show="active" :width="200" placement="left">
+ <n-drawer v-model:show="active" :width="200" style="top:50px" placement="left">
<n-drawer-content>
<div v-for="item in headerTitle" :title="item.title" class="flex flex-col " >
<span class="py-[20px] text-[16px] text-[#161616]" @click="titleRight(item.go)">{{ item.title }}</span>