Skip to content

Commit 680c995

Browse files
committed
update
1 parent 2c9d3b8 commit 680c995

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

static/entry.statistics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ webpackJsonp([9],{
22302230
((__t = ( ++count )) == null ? '' : __t) +
22312231
'</td>\r\n <td class="td-row-2" style="width:120px;">' +
22322232
((__t = ( value.total )) == null ? '' : __t) +
2233-
'</td>\r\n <td class="td-row-3" style="">' +
2233+
'</td>\r\n <td class="td-row-3" style="word-break:break-all">' +
22342234
((__t = ( opt.encodeHtml(value.title) )) == null ? '' : __t) +
22352235
'</td>\r\n</tr>\r\n';
22362236

static/module/statistics/template/statistics.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tr class="listRow">
1212
<td class="td-row-1" style="width:20px;"><%= ++count %></td>
1313
<td class="td-row-2" style="width:120px;"><%= value.total %></td>
14-
<td class="td-row-3" style=""><%= opt.encodeHtml(value.title) %></td>
14+
<td class="td-row-3" style="word-break:break-all"><%= opt.encodeHtml(value.title) %></td>
1515
</tr>
1616
<%
1717
});

views/statistics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ <h4>TOP 50 , 错误PV : <span id="error-count">0</span></h4>
3131
<table class="main-table">
3232
<thead>
3333
<tr>
34-
<th>#</th>
35-
<th>出现次数</th>
36-
<th>错误内容</th>
34+
<th class="td-row-1" style="width:20px">#</th>
35+
<th class="td-row-2" style="width:120px">出现次数</th>
36+
<th class="td-row-3" style="">错误内容</th>
3737
</tr>
3838
</thead>
3939
<tbody id="table-content">

0 commit comments

Comments
 (0)