Ver código fonte

附件排版调整

laiguoran 1 ano atrás
pai
commit
af28606512
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/public/js/construction_info.js

+ 1 - 1
app/public/js/construction_info.js

@@ -205,7 +205,7 @@ $(function () {
     function getAllList() {
         let html = '';
         for(const [index,att] of attData.entries()) {
-            html += `<tr>
+            html += `<tr class="text-center">
         <td width="5%">${index+1}</td>
         <td class="text-left"><a href="${att.filepath}" target="_blank">${att.filename}${att.fileext}</a></td>
         <td width="15%">${moment(att.upload_time).format("YYYY-MM-DD HH:mm:ss")}</td>