File tree Expand file tree Collapse file tree
module/statistics/template Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 });
You can’t perform that action at this time.
0 commit comments