Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Frontend: person.html: Change chart position to resolve refresh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepChirp committed Dec 4, 2023
1 parent e6b6557 commit 0a7fb56
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,21 @@ <h1>个人成绩分析</h1>
</table>
</div>

<div id="student-score-overview-chart-container">
<div id="chart-container-title">
<span>各科发挥水平诊断</span>
</div>
<div id="student-score-overview-chart-div"></div>
<p class="chart-note">注:数据由班级排名得到,表示超过班级学生的百分比</p>
</div>

<div id="student-score-chart-container">
<div id="chart-container-title">
<span>各科分数及排名</span>
</div>
<div id="student-score-chart-select-div"></div>
<div id="student-score-chart-div"></div>
</div>

<div id="student-score-overview-chart-container">
<div id="chart-container-title">
<span>各科发挥水平诊断</span>
</div>
<div id="student-score-overview-chart-div"></div>
<p class="chart-note">注:数据由班级排名得到,表示超过班级学生的百分比</p>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 0a7fb56

Please sign in to comment.