Skip to content

Commit a495c51

Browse files
committed
update
1 parent 680c995 commit a495c51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

static/entry.statistics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ webpackJsonp([9],{
22262226
var content = it.data[0].content;
22272227
$.each(content , function (key , value) {
22282228
;
2229-
__p += '\r\n<tr class="listRow">\r\n <td class="td-row-1" style="width:20px;">' +
2229+
__p += '\r\n<tr class="listRow">\r\n <td class="td-row-1" style="width:40px;">' +
22302230
((__t = ( ++count )) == null ? '' : __t) +
22312231
'</td>\r\n <td class="td-row-2" style="width:120px;">' +
22322232
((__t = ( value.total )) == null ? '' : __t) +

static/module/statistics/template/statistics.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$.each(content , function (key , value) {
1010
%>
1111
<tr class="listRow">
12-
<td class="td-row-1" style="width:20px;"><%= ++count %></td>
12+
<td class="td-row-1" style="width:40px;"><%= ++count %></td>
1313
<td class="td-row-2" style="width:120px;"><%= value.total %></td>
1414
<td class="td-row-3" style="word-break:break-all"><%= opt.encodeHtml(value.title) %></td>
1515
</tr>

views/statistics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h4>TOP 50 , 错误PV : <span id="error-count">0</span></h4>
3131
<table class="main-table">
3232
<thead>
3333
<tr>
34-
<th class="td-row-1" style="width:20px">#</th>
34+
<th class="td-row-1" style="width:40px">#</th>
3535
<th class="td-row-2" style="width:120px">出现次数</th>
3636
<th class="td-row-3" style="">错误内容</th>
3737
</tr>

0 commit comments

Comments
 (0)