feat: 前台首页样式调整

This commit is contained in:
Argo Zhang 2019-08-16 00:45:06 +08:00
parent 8178ed2ce3
commit 52c6188091
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 17 additions and 1 deletions

View File

@ -12,6 +12,22 @@
top: 96px; top: 96px;
overflow: hidden; overflow: hidden;
} }
.header {
margin-left: 0 !important;
}
.header nav {
display: block !important;
}
.header .sidebar-toggle-box span {
opacity: 1 !important;
}
.breadcrumb {
border-top: solid 1px #ddd !important;
}
</style> </style>
} }
<div class="content-body welcome-bg"> <div class="content-body welcome-bg">

View File

@ -122,7 +122,7 @@ aside {
} }
.breadcrumb { .breadcrumb {
border: none; border-top: none;
} }
@media (min-width: 769px) { @media (min-width: 769px) {