Commit 1193478a authored by 赵啸非's avatar 赵啸非

添加服务检测拉起脚本

parent 8e898f3e
...@@ -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: 50px; height: 66px;
line-height: 50px; line-height: 66px;
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;
} }
} }
......
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