Browse Source

表格宽度添加限制

wzl_h
wangzl 2 years ago
parent
commit
add15622f6
2 changed files with 23 additions and 11 deletions
  1. 12
    0
      css/common.css
  2. 11
    11
      sections/scoreAnalysis/section_2_class_all.html

+ 12
- 0
css/common.css View File

140
 }
140
 }
141
 .bg_F1982B {
141
 .bg_F1982B {
142
   background-color: #F1982B;
142
   background-color: #F1982B;
143
+}
144
+.w10mm {
145
+  width: 10mm;
146
+}
147
+.w12mm {
148
+  width: 12mm;
149
+}
150
+.w14mm {
151
+  width: 14mm;
152
+}
153
+.w16mm {
154
+  width: 16mm;
143
 }
155
 }

+ 11
- 11
sections/scoreAnalysis/section_2_class_all.html View File

60
       <thead>
60
       <thead>
61
         <tr>
61
         <tr>
62
           <th>班级</th>
62
           <th>班级</th>
63
-          <th>实考人数</th>
64
-          <th>缺考人数</th>
65
-          <th>满分</th>
66
-          <th>最高分</th>
67
-          <th>最低分</th>
68
-          <th>平均分</th>
69
-          <th>优秀率</th>
70
-          <th>良好率</th>
71
-          <th>及格率</th>
72
-          <th>低分率</th>
73
-          <th>标准差</th>
63
+          <th class="w16mm">实考人数</th>
64
+          <th class="w16mm">缺考人数</th>
65
+          <th class="w10mm">满分</th>
66
+          <th class="w12mm">最高分</th>
67
+          <th class="w12mm">最低分</th>
68
+          <th class="w12mm">平均分</th>
69
+          <th class="w14mm">优秀率</th>
70
+          <th class="w14mm">良好率</th>
71
+          <th class="w14mm">及格率</th>
72
+          <th class="w14mm">低分率</th>
73
+          <th class="w12mm">标准差</th>
74
         </tr>
74
         </tr>
75
       </thead>
75
       </thead>
76
       <tbody>
76
       <tbody>

Loading…
Cancel
Save