Browse Source

公共询价样式微调

hejq 8 years ago
parent
commit
fee1a6cf62
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/tpl/index/baseInfo/inquiry_list.html

+ 3 - 3
src/main/webapp/resources/tpl/index/baseInfo/inquiry_list.html

@@ -173,15 +173,15 @@
                                     <tr>
                                     <tr>
                                         <th>企业名称</th>
                                         <th>企业名称</th>
                                         <th width="200">产品名称</th>
                                         <th width="200">产品名称</th>
-                                        <th width="200">产品型号</th>
+                                        <th width="250">产品型号</th>
                                         <th width="150">发布日期</th>
                                         <th width="150">发布日期</th>
                                         <th width="150">报价截止日期</th>
                                         <th width="150">报价截止日期</th>
-                                        <th width="60"></th>
+                                        <th width="100"></th>
                                     </tr>
                                     </tr>
                                </thead>
                                </thead>
                                <tbody>
                                <tbody>
                                     <tr ng-click="toDetail(inquiryItem.id)" title="查看详情" ng-repeat="inquiryItem in $data">
                                     <tr ng-click="toDetail(inquiryItem.id)" title="查看详情" ng-repeat="inquiryItem in $data">
-                                        <td><img src="static/img/icon/inquiry.png" /><em>询价信息</em><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
+                                        <td><img src="static/img/icon/inquiry.png" /><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
                                         <td>{{::inquiryItem.product.title}}</td>
                                         <td>{{::inquiryItem.product.title}}</td>
                                         <td>{{::inquiryItem.product.spec}}</td>
                                         <td>{{::inquiryItem.product.spec}}</td>
                                         <td>{{::inquiryItem.inquiry.date| date: 'yyyy-MM-dd'}}</td>
                                         <td>{{::inquiryItem.inquiry.date| date: 'yyyy-MM-dd'}}</td>