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

18 lines
362 B
Plaintext
Raw Normal View History

2016-11-20 20:25:31 +08:00
@{
ViewBag.Title = "客户端测试";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@section css {
<style type="text/css">
label {
word-break: break-all;
}
section {
padding-top: 15px;
}
</style>
}
<section class="container-fluid">
@Html.Partial("_Mobile")
</section>