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

17 lines
310 B
Plaintext

@{
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")
</section>