This commit is contained in:
guange 2019-01-18 10:39:56 +08:00
parent 7a55e90b60
commit 55631d9e92
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,10 @@ body::-webkit-scrollbar {
display: none;
}
table td { word-break: break-all; word-wrap:break-word; }
.anchorBL {
display: none;
}

View File

@ -114,8 +114,8 @@
<div class="table_p">
<table>
<thead><tr>
<th>评论ID</th>
<th>评论内容</th>
<th width="10%">评论ID</th>
<th width="65%">评论内容</th>
<th>评论时间</th>
</tr>
</thead>