修改BUG:日志表单丢失样式文件

This commit is contained in:
Argo-Lenovo 2016-11-09 22:45:12 +08:00
parent 2b321dbe20
commit 8a0a74f121
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
ViewBag.Title = "系统日志"; ViewBag.Title = "系统日志";
Layout = "~/Views/Shared/_Admin.cshtml"; Layout = "~/Views/Shared/_Admin.cshtml";
} }
@section css {
<link href="~/Content/css/bootstrap-table.css" rel="stylesheet" />
}
@section Javascript { @section Javascript {
<script src="~/content/js/bootstrap-table.js"></script> <script src="~/content/js/bootstrap-table.js"></script>
<script src="~/content/js/bootstrap-table-zh-CN.js"></script> <script src="~/content/js/bootstrap-table-zh-CN.js"></script>