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

19 lines
385 B
Plaintext
Raw Normal View History

2018-06-07 00:45:47 +08:00
@model Bootstrap.Admin.Models.ModelBase
NavigatorBarModel
@{
ViewBag.Title = "客户端测试";
Layout = "~/Views/Shared/_Admin.cshtml";
}
@section css {
<style type="text/css">
label {
word-break: break-all;
}
2016-12-24 21:39:33 +08:00
.control-label {
width: 120px;
}
</style>
}
@await Html.PartialAsync("_Mobile")