Commit 0659c5f0 authored by 赵啸非's avatar 赵啸非

修改查询时间段

parent 67590691
......@@ -8,17 +8,22 @@
<div class="layout-logo flex">
<i class="el-icon-menu" @click='showMobileMenu=!showMobileMenu'> </i>
<router-link to="/">
<img src="../assets/images/logo.png" style="margin-bottom:5px" height="40" alt="">
<b style="color:white;font-size:18px;">&nbsp;&nbsp;&nbsp; 日志管理系统 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>
<img
src="../assets/images/logo2.png"
style="margin-bottom: 5px"
height="27"
width="27"
/>
<b style="color: white; font-size: 20px; font-weight: bold; margin-right: 20px">&nbsp;&nbsp;&nbsp; 日志管理系统 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>
</router-link>
</div>
<!-- 一级菜单 -->
<ul class="menu-list flex">
<li v-for='item in menu' :key='item.id'>
<router-link :to="item.path" :active='submenu.path === item.path' :title="item.name">
<i :class="'el-icon-'+item.icon"></i>
{{item.name}}
{{item.name}}
</router-link>
</li>
</ul>
......@@ -39,7 +44,7 @@
<el-dropdown-item command="update">修改密码</el-dropdown-item>
<el-dropdown-item command="logout">退出登录</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</div>
</div>
......@@ -58,7 +63,7 @@
<div class="layout-submenu">
<ul class="submenu-list flex">
<li v-for='item in submenu.children' :key='item.id'>
<a :href="item.path" target="blank" v-if='item.isOut'>{{item.name}}</a>
<router-link :to="item.path" :active='group === item.path' v-else>{{item.name}}</router-link>
</li>
......@@ -208,7 +213,7 @@ export default {
color: #eee;
background: #1848c8;
.layout-logo{
height: 50px;
.el-icon-menu{display: none}
a{
......@@ -218,7 +223,7 @@ export default {
vertical-align: middle;
}
}
.menu-list{
li{
a{
......@@ -236,7 +241,7 @@ export default {
}
}
}
}
.layout-profile{
padding-right: 30px;
......
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