feat: back top

This commit is contained in:
张传龙 2022-09-26 17:40:41 +08:00
parent 100b91a118
commit efdd89cd50

View File

@ -3,6 +3,7 @@
<section class="cus-scroll-y wh-full p-15 flex-col bg-[#f5f6fb]"> <section class="cus-scroll-y wh-full p-15 flex-col bg-[#f5f6fb]">
<slot /> <slot />
<AppFooter v-if="showFooter" mt-15 /> <AppFooter v-if="showFooter" mt-15 />
<n-back-top :bottom="20" />
</section> </section>
</transition> </transition>
</template> </template>