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

17 lines
338 B
Plaintext
Raw Normal View History

@model 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>
}
2016-11-20 20:25:31 +08:00
@Html.Partial("_Mobile")