BootstrapAdmin11/Bootstrap.Admin/Views/Account/Mobile.cshtml

17 lines
310 B
Plaintext
Raw Normal View History

2018-06-07 00:45:47 +08:00
@{
ViewBag.Title = "客户端测试";
}
@section css {
<style type="text/css">
label {
word-break: break-all;
}
section {
padding-top: 15px;
}
</style>
}
<section class="container-fluid">
@await Html.PartialAsync("_Mobile")
2016-11-20 20:25:31 +08:00
</section>