|
|
@@ -88,7 +88,7 @@
|
|
|
border: #5078cb 1px solid;
|
|
|
}
|
|
|
.tender-list-tab{
|
|
|
- border-top: #dbe7ff 1px solid;
|
|
|
+ border-top: #e8e8e8 1px solid;
|
|
|
}
|
|
|
.inquiry-table{
|
|
|
width: 100%;
|
|
|
@@ -97,7 +97,7 @@
|
|
|
height: 60px;
|
|
|
}
|
|
|
.inquiry-table tbody tr td,.inquiry-table thead tr th{
|
|
|
- border-bottom: #dbe7ff 1px dashed !important;
|
|
|
+ border-bottom: #ccc 1px dashed !important;
|
|
|
font-size: 14px;
|
|
|
vertical-align: middle;
|
|
|
border-top: none !important;
|
|
|
@@ -125,7 +125,7 @@
|
|
|
.text-trans{
|
|
|
opacity: 1;
|
|
|
top: 12px;
|
|
|
- right: 50px;
|
|
|
+ right: 20px;
|
|
|
}
|
|
|
.overdue{
|
|
|
color: #f47a86;
|
|
|
@@ -178,14 +178,14 @@
|
|
|
<th width="60"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody ng-repeat="inquiryItem in $data">
|
|
|
- <tr ng-click="toDetail(inquiryItem.id)" title="查看详情">
|
|
|
+ <tbody>
|
|
|
+ <tr ng-click="toDetail(inquiryItem.id)" title="查看详情" ng-repeat="inquiryItem in $data">
|
|
|
<td><img src="resources/img/icon/inquiry.png" /><em>询价信息</em><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
|
|
|
<td>{{::inquiryItem.product.title}}</td>
|
|
|
<td>{{::inquiryItem.product.code}}</td>
|
|
|
<td>{{::inquiryItem.inquiry.date| date: 'yyyy-MM-dd'}}</td>
|
|
|
<td>{{::inquiryItem.toDate| date: 'yyyy-MM-dd'}}</td>
|
|
|
- <td ng-if="nowdate > inquiryItem.toDate"><span class="text-trans overdue">已过期</span></td>
|
|
|
+ <td><span class="text-trans overdue" ng-if="nowdate > inquiryItem.toDate">已过期</span></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|