feat: 前台首页样式调整
This commit is contained in:
parent
8178ed2ce3
commit
52c6188091
|
@ -12,6 +12,22 @@
|
|||
top: 96px;
|
||||
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>
|
||||
}
|
||||
<div class="content-body welcome-bg">
|
||||
|
|
|
@ -122,7 +122,7 @@ aside {
|
|||
}
|
||||
|
||||
.breadcrumb {
|
||||
border: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
|
|
Loading…
Reference in New Issue