|
@@ -8,22 +8,25 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/layui/css/layui.css" />
|
|
|
-<link rel="stylesheet" href="../script/lib/layui/admin/style/admin.css?v8" media="all">
|
|
|
+<link rel="stylesheet" type="text/css" href="../script/lib/layui/admin/style/admin.css?v9" media="all">
|
|
|
|
|
|
<!-- plugin -->
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/color/colpick.css">
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/kindeditor/themes/default/default.css?v1" />
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/valid/validationEngine.jquery.css">
|
|
|
-<!--link rel="stylesheet" type="text/css" href="../script/lib/pnotify/pnotify.css"-->
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/fancybox/jquery.fancybox.css">
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/highlight/highlight.min.css">
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/datetime/jquery.datetimepicker.css">
|
|
|
-
|
|
|
<link rel="stylesheet" type="text/css" href="../script/lib/ui/ui.min.css">
|
|
|
|
|
|
-<!-- Responsive-table -->
|
|
|
-<link rel="stylesheet" type="text/css" href="../script/lib/table/rwd-table.min.css?v4">
|
|
|
-
|
|
|
+<script>
|
|
|
+window.paceOptions = {
|
|
|
+ ajax: true,
|
|
|
+ document: true,
|
|
|
+ eventLag: true,
|
|
|
+};
|
|
|
+</script>
|
|
|
+<script type="text/javascript" src="../script/lib/jquery/pace.min.js"></script>
|
|
|
<script type="text/javascript" src="../script/lib/jquery/jquery.min.js"></script>
|
|
|
<script id="script">var config={};</script>
|
|
|
<style type="text/css" id="style">
|