Bläddra i källkod

Merge remote-tracking branch 'origin/gzb' into wzl

wzl_h
wangzhonglu 2 år sedan
förälder
incheckning
3d60740008
2 ändrade filer med 18 tillägg och 12 borttagningar
  1. 1
    1
      js/index.js
  2. 17
    11
      sections/scoreAnalysis/section_2_level.html

+ 1
- 1
js/index.js Visa fil

@@ -10,7 +10,7 @@ $(function () {
10 10
   $(".pdf_root").html(loadHtmlArr.map(function (htmlName) {
11 11
     return "<div class='" + htmlName + "_html_root'></div>";
12 12
   }).join(""));
13
-  loadHtmlArr.forEach(function(htmlName) {
13
+  loadHtmlArr.forEach(function (htmlName) {
14 14
     if (htmlName === "preface") {
15 15
       $("." + htmlName + "_html_root").data("page-params", JSON.stringify({
16 16
         htmlName: htmlName,

+ 17
- 11
sections/scoreAnalysis/section_2_level.html Visa fil

@@ -1,13 +1,19 @@
1 1
 <!DOCTYPE html>
2 2
 <html lang="zh-cn">
3
-<head>
4
-  <meta charset="UTF-8">
5
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
-  <title>校本PDF报告-第二章 成绩分析</title>
8
-</head>
9
-<body>
10
-  <div class="page_root"></div>
11
-  <script src="../../js/scoreAnalysis/section_2_level.js"></script>
12
-</body>
13
-</html>
3
+  <head>
4
+    <meta charset="UTF-8" />
5
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+    <title>校本PDF报告-第二章 成绩分析</title>
8
+    <link rel="stylesheet" href="./css/scoreAnalysis/section_2_level.css" />
9
+  </head>
10
+  <body>
11
+    <div class="page_root level2">
12
+      <h2 class="section_title_2">2.分数等级对比</h2>
13
+      <h3 class="section_title_3">2.1 总分等级对比</h3>
14
+      <h4 class="section_title_4">2.1.1 各班等级分析</h4>
15
+      <div id="classLevelEcharts" style="margin: 0 4mm 4mm; height: 80mm"></div>
16
+    </div>
17
+    <script src="../../js/scoreAnalysis/section_2_level.js"></script>
18
+  </body>
19
+</html>

Laddar…
Avbryt
Spara