Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
log-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
log-platform
Commits
0659c5f0
Commit
0659c5f0
authored
Jun 01, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询时间段
parent
67590691
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
log-manager-ui/admin/src/assets/images/logo2.png
log-manager-ui/admin/src/assets/images/logo2.png
+0
-0
log-manager-ui/admin/src/components/Header.vue
log-manager-ui/admin/src/components/Header.vue
+14
-9
No files found.
log-manager-ui/admin/src/assets/images/logo2.png
0 → 100644
View file @
0659c5f0
948 Bytes
log-manager-ui/admin/src/components/Header.vue
View file @
0659c5f0
...
@@ -8,17 +8,22 @@
...
@@ -8,17 +8,22 @@
<div
class=
"layout-logo flex"
>
<div
class=
"layout-logo flex"
>
<i
class=
"el-icon-menu"
@
click=
'showMobileMenu=!showMobileMenu'
>
</i>
<i
class=
"el-icon-menu"
@
click=
'showMobileMenu=!showMobileMenu'
>
</i>
<router-link
to=
"/"
>
<router-link
to=
"/"
>
<img
src=
"../assets/images/logo.png"
style=
"margin-bottom:5px"
height=
"40"
alt=
""
>
<img
<b
style=
"color:white;font-size:18px;"
>
日志管理系统
</b>
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"
>
日志管理系统
</b>
</router-link>
</router-link>
</div>
</div>
<!-- 一级菜单 -->
<!-- 一级菜单 -->
<ul
class=
"menu-list flex"
>
<ul
class=
"menu-list flex"
>
<li
v-for=
'item in menu'
:key=
'item.id'
>
<li
v-for=
'item in menu'
:key=
'item.id'
>
<router-link
:to=
"item.path"
:active=
'submenu.path === item.path'
:title=
"item.name"
>
<router-link
:to=
"item.path"
:active=
'submenu.path === item.path'
:title=
"item.name"
>
<i
:class=
"'el-icon-'+item.icon"
></i>
<i
:class=
"'el-icon-'+item.icon"
></i>
{{
item
.
name
}}
{{
item
.
name
}}
</router-link>
</router-link>
</li>
</li>
</ul>
</ul>
...
@@ -39,7 +44,7 @@
...
@@ -39,7 +44,7 @@
<el-dropdown-item
command=
"update"
>
修改密码
</el-dropdown-item>
<el-dropdown-item
command=
"update"
>
修改密码
</el-dropdown-item>
<el-dropdown-item
command=
"logout"
>
退出登录
</el-dropdown-item>
<el-dropdown-item
command=
"logout"
>
退出登录
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</div>
</div>
</div>
</div>
...
@@ -58,7 +63,7 @@
...
@@ -58,7 +63,7 @@
<div
class=
"layout-submenu"
>
<div
class=
"layout-submenu"
>
<ul
class=
"submenu-list flex"
>
<ul
class=
"submenu-list flex"
>
<li
v-for=
'item in submenu.children'
:key=
'item.id'
>
<li
v-for=
'item in submenu.children'
:key=
'item.id'
>
<a
:href=
"item.path"
target=
"blank"
v-if=
'item.isOut'
>
{{
item
.
name
}}
</a>
<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>
<router-link
:to=
"item.path"
:active=
'group === item.path'
v-else
>
{{
item
.
name
}}
</router-link>
</li>
</li>
...
@@ -208,7 +213,7 @@ export default {
...
@@ -208,7 +213,7 @@ export default {
color: #eee;
color: #eee;
background: #1848c8;
background: #1848c8;
.layout-logo{
.layout-logo{
height: 50px;
height: 50px;
.el-icon-menu{display: none}
.el-icon-menu{display: none}
a{
a{
...
@@ -218,7 +223,7 @@ export default {
...
@@ -218,7 +223,7 @@ export default {
vertical-align: middle;
vertical-align: middle;
}
}
}
}
.menu-list{
.menu-list{
li{
li{
a{
a{
...
@@ -236,7 +241,7 @@ export default {
...
@@ -236,7 +241,7 @@ export default {
}
}
}
}
}
}
}
}
.layout-profile{
.layout-profile{
padding-right: 30px;
padding-right: 30px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment