2018-06-07 00:45:47 +08:00
|
|
|
@model Bootstrap.Admin.Models.ModelBase
|
|
|
|
NavigatorBarModel
|
2016-11-19 20:08:02 +08:00
|
|
|
@{
|
|
|
|
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;
|
|
|
|
}
|
2016-11-19 20:08:02 +08:00
|
|
|
</style>
|
|
|
|
}
|
2016-11-20 20:25:31 +08:00
|
|
|
@Html.Partial("_Mobile")
|