Commit f6ac22e5 authored by 罗超's avatar 罗超

no message

parent c5d71c14
......@@ -24,8 +24,14 @@
.log-box img {
width: 42px;
}
.home-nav .home-menu-box{
height: 86.81%;
overflow: hidden;
}
.home-nav .home-menu {
padding: 0 8px;
height: 100%;
overflow-y: scroll;
}
.home-nav .home-menu .home-menu-item {
color: rgba(255, 255, 255, 1);
......@@ -65,6 +71,7 @@
<img src="../../assets/img/logo.png" alt />
</div>
</div>
<div class="home-menu-box">
<ul class="home-menu">
<li
class="home-menu-item"
......@@ -80,6 +87,8 @@
</li>
</ul>
</div>
</div>
</template>
<script>
export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment