This commit is contained in:
parent
7a55e90b60
commit
55631d9e92
|
@ -5,6 +5,10 @@ body::-webkit-scrollbar {
|
|||
display: none;
|
||||
}
|
||||
|
||||
|
||||
table td { word-break: break-all; word-wrap:break-word; }
|
||||
|
||||
|
||||
.anchorBL {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue