BootstrapAdmin/Bootstrap.Admin/Views/Home/Index.cshtml

34 lines
665 B
Plaintext
Raw Normal View History

2019-05-01 16:46:24 +08:00
@{
ViewBag.Title = "首页";
Layout = "_Bootstrap";
}
@section css {
<style type="text/css">
.content-body {
position: fixed;
left: 0;
bottom: 40px;
right: 0;
top: 96px;
overflow: hidden;
}
2019-08-16 00:45:06 +08:00
.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;
}
2019-05-01 16:46:24 +08:00
</style>
}
<div class="content-body welcome-bg">
</div>