Browse Source

表头居中

ellisran 8 months ago
parent
commit
5c812dcdfa
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/view/contract/index.ejs

+ 3 - 3
app/view/contract/index.ejs

@@ -24,12 +24,12 @@
                 <% } else { %>
                 <table class="table table-bordered">
                     <tr class="text-center">
-                        <th style="min-width: 200px" rowspan="2">项目名称</th>
-                        <th width="10%" rowspan="2">创建时间</th>
+                        <th style="min-width: 200px" rowspan="2" class="align-middle">项目名称</th>
+                        <th width="10%" rowspan="2" class="align-middle">创建时间</th>
                         <th colspan="3">支出合同</th>
                         <th colspan="3">收入合同</th>
                         <% if (ctx.session.sessionUser.is_admin) { %>
-                        <th width="10%" rowspan="2">操作</th>
+                        <th width="10%" rowspan="2" class="align-middle">操作</th>
                         <% } %>
                     </tr>
                     <tr class="text-center">