This commit is contained in:
yuping
2022-12-15 17:54:34 +08:00
parent f736dedf48
commit a39fa683f5
4 changed files with 63 additions and 120 deletions

View File

@@ -7,6 +7,7 @@
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div style="background: #0078FC;height: 150px;width:100%;position: absolute;top:0;z-index: 1"></div>
<div id="container">
<!-- <div id="nav">
<router-link
@@ -21,7 +22,7 @@
{{ item.name }}
</router-link>
</div> -->
<main>
<main style="z-index: 2;">
<router-view />
</main>
</div>