19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
@model Bootstrap.Admin.Models.ModelBase
|
|
NavigatorBarModel
|
|
@{
|
|
ViewBag.Title = "客户端测试";
|
|
Layout = "~/Views/Shared/_Admin.cshtml";
|
|
}
|
|
@section css {
|
|
<style type="text/css">
|
|
label {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.control-label {
|
|
width: 120px;
|
|
}
|
|
</style>
|
|
}
|
|
@await Html.PartialAsync("_Mobile")
|