修复表格表头颜色错误
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
{% if submissions %}
|
{% if submissions %}
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="success">
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>提交时间</th>
|
<th>提交时间</th>
|
||||||
<th>语言</th>
|
<th>语言</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user