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

添加服务检测拉起脚本

parent 8e898f3e
......@@ -206,44 +206,46 @@ export default {
<style lang="less">
.layout-header{
.mobile-menu-list{display: none}
.layout-menu-wrapper{
height: 50px;
line-height: 50px;
.layout-menu-wrapper {
height: 66px;
line-height: 66px;
font-size: 14px;
color: #eee;
background: #1848c8;
.layout-logo{
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
.layout-logo {
height: 50px;
.el-icon-menu{display: none}
a{
padding-left: 23px;
.el-icon-menu {
display: none;
}
a {
margin: auto;
}
img{
img {
vertical-align: middle;
}
}
.menu-list{
li{
a{
.menu-list {
li {
a {
display: block;
padding: 0 12px;
height: 100%;
color: #eee;
color: #c7e1ff;
&.router-link-active,
&[active]{
&[active] {
//background: #1890ff;
color: #fff;
list-style-type:none;
border-bottom:3px solid #fff;
list-style-type: none;
// border-bottom: 3px solid #fff;
padding-bottom: 2px;
background-color: #1890ff;
}
}
}
}
.layout-profile{
.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