|
|
@@ -157,6 +157,10 @@
|
|
|
.seek-purchase .screen .sreach .date input:hover{
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+ .seek-purchase .seek-purchase-content >table >tbody >tr.default-row .operate-seek .row-wrap >span {
|
|
|
+ float: left;
|
|
|
+ margin-left: 7px
|
|
|
+ }
|
|
|
.seek-purchase .screen .sreach .date em{
|
|
|
float: left;
|
|
|
line-height: 32px;
|
|
|
@@ -262,7 +266,8 @@
|
|
|
line-height: 68px
|
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr .row-wrap {
|
|
|
- height: 117px;
|
|
|
+ height: 117px
|
|
|
+ }
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td.operate-seek >span {
|
|
|
color: #4290f7;
|
|
|
cursor: pointer;
|
|
|
@@ -981,9 +986,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="102">发布时间</th>
|
|
|
- <th width="670">产品信息</th>
|
|
|
- <th width="132">状态/截止时间</th>
|
|
|
- <th width="96">操作</th>
|
|
|
+ <th width="650">产品信息</th>
|
|
|
+ <th width="112">状态/截止时间</th>
|
|
|
+ <th width="136">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-repeat="seek in seekListData.content" ng-class="{'active': seek.$status && (seek.$status == 1 || seek.$status == 2)}">
|
|
|
@@ -1031,7 +1036,7 @@
|
|
|
<img src="static/img/user/images/code.png" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div ng-style="caleTop($index)" class="sharescancode icon-style" ref="sharescancode" @mouseover="showShowShare(!showShare, index, purchaseMan.id)" @mouseout="hideShowShare(!showShare, index, purchaseMan.id)">
|
|
|
+ <div ng-style="caleTop($index)" class="sharescancode icon-style" ng-mouseover="setShowShare(seek,$index)" ng-mouseleave="hideShare($index)">
|
|
|
<div class="share">
|
|
|
<div>
|
|
|
<div class="title">求购分享</div>
|
|
|
@@ -1152,7 +1157,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <tbody class="pager-tbody" style="border: 0px">
|
|
|
+ <tbody class="pager-tbody">
|
|
|
<tr class="pager-row" ng-if="seekListData.totalElements > 0">
|
|
|
<td colspan="10">
|
|
|
<div>
|
|
|
@@ -1221,8 +1226,8 @@
|
|
|
-->
|
|
|
<table ng-table="bomTableParams">
|
|
|
<tbody>
|
|
|
- <tr ng-repeat="bom in $data" ng-click="toBomdetail(bom.id)">
|
|
|
- <td>
|
|
|
+ <tr ng-repeat="bom in $data">
|
|
|
+ <td ng-click="toBomdetail(bom.id)">
|
|
|
<img src="static/img/seekPurchase/Excel.png" alt="">
|
|
|
<div>
|
|
|
<p ng-bind="bom.remark"></p>
|