Skip to content

Commit d3d24ae

Browse files
修正完成人数悬浮提示
1 parent c4104fb commit d3d24ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: frontend/templates/hub.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
text-align: start;
2121
padding: 0.5em;
2222
border-radius: 0.5em;
23-
width: 16.2em;
23+
width: 17.2em;
2424
}
2525
.hover-tip-complete-count:hover .hover-tip-content {
2626
display: block;
@@ -93,7 +93,7 @@
9393
<th class="center narrow">分数</th>
9494
<th class="center narrow hover-tip-complete-count">
9595
完成人数 <i class="fas fa-question-circle"></i>
96-
<div class="hover-tip-content">对于有多个小题的题目,括号外表示解出所有小题的人数,括号内表示至少完成一道小题的人数</div>
96+
<div class="hover-tip-content">对于有多个小题的题目,括号外表示解出所有小题的人数,括号内表示完成人数最多的小题的完成人数</div>
9797
</th>
9898
</tr>
9999
</thead>

0 commit comments

Comments
 (0)