feat: 新增底部

This commit is contained in:
JaguarJack 2023-04-27 07:13:19 +08:00
parent a233e2b3b3
commit 58d4d3498f

View File

@ -6,9 +6,12 @@
<!--<div class=""></div>-->
<!-- Container -->
<div class="p-1 sm:p-2 max-w-full h-screen overflow-auto sm:overflow-x-hidden">
<router-view />
<!--<div class="w-full text-center text-gray-400 h-10 leading-10 mt-2">CatchAdmin 管理系统 @copyright 2018 ~ {{ year }}</div>-->
<div class="min-h-[calc(100vh-8rem)]">
<router-view />
</div>
<div class="w-full text-center text-gray-400 h-4 leading-10">
<el-link href="https://catchadmin.com/">CatchAdmin 管理系统 </el-link> @copyright 2018 ~ {{ year }}
</div>
</div>
</div>
</template>