比赛描述居中,注意:后台写题目描述的时候无需空格,描述会自动居中,不然描述会偏离原来居中的方向。
【后台文本编辑器好像存在BUG】:编辑好描述后,再次编辑的时候,如果之前编辑中每行文字最前面有空格则无法删除。
This commit is contained in:
@@ -33,6 +33,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<hr>
|
<hr>
|
||||||
<div>{{ contest.description|safe }}</div>
|
<div class="text-center">{{ contest.description|safe }}</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-center"></p>
|
<p class="text-center"></p>
|
||||||
Reference in New Issue
Block a user