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
1193478a
Commit
1193478a
authored
Jun 01, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加服务检测拉起脚本
parent
8e898f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
log-manager-ui/admin/src/components/Header.vue
log-manager-ui/admin/src/components/Header.vue
+20
-18
No files found.
log-manager-ui/admin/src/components/Header.vue
View file @
1193478a
...
@@ -206,44 +206,46 @@ export default {
...
@@ -206,44 +206,46 @@ export default {
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.layout-header{
.layout-header{
.mobile-menu-list{display: none}
.mobile-menu-list{display: none}
.layout-menu-wrapper{
.layout-menu-wrapper
{
height:
50
px;
height:
66
px;
line-height:
50
px;
line-height:
66
px;
font-size: 14px;
font-size: 14px;
color: #eee;
color: #eee;
background: #1848c8;
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
.layout-logo{
.layout-logo {
height: 50px;
height: 50px;
.el-icon-menu{display: none}
padding-left: 23px;
a{
.el-icon-menu {
display: none;
}
a {
margin: auto;
margin: auto;
}
}
img{
img
{
vertical-align: middle;
vertical-align: middle;
}
}
}
}
.menu-list{
.menu-list
{
li{
li
{
a{
a
{
display: block;
display: block;
padding: 0 12px;
padding: 0 12px;
height: 100%;
height: 100%;
color: #
eee
;
color: #
c7e1ff
;
&.router-link-active,
&.router-link-active,
&[active]{
&[active]
{
//background: #1890ff;
//background: #1890ff;
color: #fff;
color: #fff;
list-style-type:none;
list-style-type:
none;
border-bottom:
3px solid #fff;
// border-bottom:
3px solid #fff;
padding-bottom: 2px;
padding-bottom: 2px;
background-color: #1890ff;
}
}
}
}
}
}
}
}
.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