File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ function main() {
2727 <th>STT</th>
2828 <th>Ảnh</th>
2929 <th>Tên</th>
30+ <th>Mô tả</th>
3031 <th>Thành viên</th>
3132 </tr>
3233 ${ data
@@ -35,14 +36,17 @@ function main() {
3536
3637 return `<tr>
3738 <td>${ i + 1 } </td>
38- <td><img src="${ c . image } " style="max-height: 80px"></img></td>
39+ <td><img src="${
40+ c . image
41+ } " style="max-height: 80px;max-width:130px"></img></td>
3942 <td>
4043 <a style="font-size: 1.1em" href="${ link } " target="_blank">${
4144 c . title
4245 } </a>
43- <br/>
44- <span>${ c . subTitle ?. split ?. ( "\n" ) ?. [ 1 ] || "" } </span>
4546 </td>
47+ <td style="max-width:150px">${
48+ c . subTitle ?. split ?. ( "\n" ) ?. [ 1 ] || ""
49+ } </td>
4650 <td style="text-align: right">${ numberWithCommas (
4751 c . membersCount
4852 ) } </td>
You can’t perform that action at this time.
0 commit comments