|
@@ -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">
|