Skip to content

Commit 2c9d3b8

Browse files
committed
update
1 parent e9600e0 commit 2c9d3b8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

static/entry.statistics.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,11 +2226,11 @@ 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>' +
2229+
__p += '\r\n<tr class="listRow">\r\n <td class="td-row-1" style="width:20px;">' +
22302230
((__t = ( ++count )) == null ? '' : __t) +
2231-
'</td>\r\n <td>' +
2231+
'</td>\r\n <td class="td-row-2" style="width:120px;">' +
22322232
((__t = ( value.total )) == null ? '' : __t) +
2233-
'</td>\r\n <td>' +
2233+
'</td>\r\n <td class="td-row-3" style="">' +
22342234
((__t = ( opt.encodeHtml(value.title) )) == null ? '' : __t) +
22352235
'</td>\r\n</tr>\r\n';
22362236

static/module/statistics/template/statistics.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
$.each(content , function (key , value) {
1010
%>
1111
<tr class="listRow">
12-
<td><%= ++count %></td>
13-
<td><%= value.total %></td>
14-
<td><%= opt.encodeHtml(value.title) %></td>
12+
<td class="td-row-1" style="width:20px;"><%= ++count %></td>
13+
<td class="td-row-2" style="width:120px;"><%= value.total %></td>
14+
<td class="td-row-3" style=""><%= opt.encodeHtml(value.title) %></td>
1515
</tr>
1616
<%
1717
});

0 commit comments

Comments
 (0)