Explorar el Código

资料归集,列宽调整

MaiXinRong hace 1 año
padre
commit
b86fa44d06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/view/file/index.ejs

+ 1 - 1
app/view/file/index.ejs

@@ -15,7 +15,7 @@
                 </div>
                 <% } else { %>
                 <table class="table table-hover table-bordered">
-                    <tr class="text-center"><th style="min-width: 200px">项目名称</th><th>文件个数</th><th>管理单位</th><th>创建时间</th><th>操作</th></tr>
+                    <tr class="text-center"><th style="min-width: 200px; width: 45%">项目名称</th><th>文件个数</th><th>管理单位</th><th>创建时间</th><th>操作</th></tr>
                     <tbody id="projectList">
                     </tbody>
                 </table>