We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4104fb commit d3d24aeCopy full SHA for d3d24ae
frontend/templates/hub.html
@@ -20,7 +20,7 @@
20
text-align: start;
21
padding: 0.5em;
22
border-radius: 0.5em;
23
- width: 16.2em;
+ width: 17.2em;
24
}
25
.hover-tip-complete-count:hover .hover-tip-content {
26
display: block;
@@ -93,7 +93,7 @@
93
<th class="center narrow">分数</th>
94
<th class="center narrow hover-tip-complete-count">
95
完成人数 <i class="fas fa-question-circle"></i>
96
- <div class="hover-tip-content">对于有多个小题的题目,括号外表示解出所有小题的人数,括号内表示至少完成一道小题的人数</div>
+ <div class="hover-tip-content">对于有多个小题的题目,括号外表示解出所有小题的人数,括号内表示完成人数最多的小题的完成人数</div>
97
</th>
98
</tr>
99
</thead>
0 commit comments