From ac4f98f9d24552d1c43935f20a969a2fda0723f0 Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期五, 25 六月 2021 10:40:03 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/zhengcaioa --- zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml index f0f4a1a..6bc311d 100644 --- a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml @@ -22,7 +22,7 @@ <link href="~/css/bootstrap.min.css" rel="stylesheet"> <link href="~/css/font-awesome.min.css" rel="stylesheet"> <link href="~/css/plugins/iCheck/custom.css" rel="stylesheet"> - <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet"> + <link href="~/css/plugins/chosen/chosen.css?v=7" rel="stylesheet"> <link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet"> <script type="text/javascript"> @@ -36,7 +36,7 @@ </script> <script src="~/js/datehelper.js"></script> <!-- jqgrid--> - <link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet"> + <link href="~/css/plugins/jqgrid/ui.jqgrid.css?v=111111111" rel="stylesheet"> <link href="~/css/animate.min.css" rel="stylesheet"> <link href="~/css/style.min.css" rel="stylesheet"> <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" /> @@ -57,7 +57,7 @@ <script src="~/js/plugins/search/searchtoolbar.js?v=17"></script> <script src="~/js/plugins/chosen/chosen.jquery.js"></script> <script src="~/js/plugins/iCheck/icheck.min.js"></script> - <script src="~/js/plugins/search/search.js?v=1"></script> + <script src="~/js/plugins/search/search.js?v=111111111"></script> <script src="~/js/plugins/datapicker/bootstrap-datepicker.js"></script> <script type="text/javascript" src="~/js/plugins/treeview/bootstrap-treeview.js"></script> <script src="~/js/TUJS.js"></script> @@ -69,14 +69,14 @@ <style type="text/css"> label { - - font-weight:normal; + font-weight: normal; } + th { font-weight: normal; } </style> - @RenderSection("headerStyle", false) + @RenderSection("headerStyle", false) </head> <body class="gray-bg" style="padding-top:0px; padding-left:0px; padding-right:0px; "> -- Gitblit v1.9.1