This commit is contained in:
guange 2019-01-18 10:53:56 +08:00
parent 6c9e4bfad7
commit f6d9ff7685
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
</thead>
<tbody>
{% for new in news %}
<tr><td>{{new.comment_id}}</td><td>{{new.content}}</td><td>{{new.comment_time}}</td></tr>
<tr><td stype="padding: 0px 22px;box-sizing: border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{new.comment_id}}</td><td>{{new.content}}</td><td>{{new.comment_time}}</td></tr>
{% endfor %}
</tbody>
</table>