This commit is contained in:
parent
7a55e90b60
commit
55631d9e92
|
@ -5,6 +5,10 @@ body::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
table td { word-break: break-all; word-wrap:break-word; }
|
||||||
|
|
||||||
|
|
||||||
.anchorBL {
|
.anchorBL {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,8 +114,8 @@
|
||||||
<div class="table_p">
|
<div class="table_p">
|
||||||
<table>
|
<table>
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<th>评论ID</th>
|
<th width="10%">评论ID</th>
|
||||||
<th>评论内容</th>
|
<th width="65%">评论内容</th>
|
||||||
<th>评论时间</th>
|
<th>评论时间</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue