|
@@ -14,16 +14,19 @@
|
|
|
<h2>模块数据维护</h2>
|
|
|
<div class="main-body">
|
|
|
<p class="totalSumBox">当前分数合计:<span class="totalSum"></span></p>
|
|
|
- <table>
|
|
|
- <thead>
|
|
|
- <th class="moduleNumber">序号</th>
|
|
|
- <th class="moduleName">模块名称</th>
|
|
|
- <th class="moduleScore">分数</th>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
+ <div class="tableWrapper">
|
|
|
+ <table>
|
|
|
+ <thead>
|
|
|
+ <th class="moduleNumber">序号</th>
|
|
|
+ <th class="moduleName">模块名称</th>
|
|
|
+ <th class="moduleScore">分数</th>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="saveModuleBox">
|
|
|
<span class="saveModule">保存</span>
|
|
|
</div>
|