|
|
@@ -83,6 +83,9 @@
|
|
|
.seek-purchase .seek-purchase-content .screen .sreach .date input.form-control{
|
|
|
padding: 6px 6px;
|
|
|
}
|
|
|
+ .seek-purchase .seek-purchase-content >table {
|
|
|
+ width: 1000px;
|
|
|
+ }
|
|
|
/*搜索时间筛选 end*/
|
|
|
.seek-purchase .seek-purchase-content >table thead {
|
|
|
background: #89aefa;
|
|
|
@@ -111,7 +114,7 @@
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
|
|
|
padding-top: 25px;
|
|
|
height: 136px;
|
|
|
- width:178px;
|
|
|
+ /*width:178px;*/
|
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content {
|
|
|
/*padding-left: 30px;*/
|
|
|
@@ -697,10 +700,10 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="178">买家/发布时间</th>
|
|
|
- <th width="200">类目/品牌</th>
|
|
|
- <th width="200">型号/规格</th>
|
|
|
- <th width="200">采购数量(PCS)</th>
|
|
|
- <th width="134">剩余时间</th>
|
|
|
+ <th width="245">类目/品牌</th>
|
|
|
+ <th width="245">型号/规格</th>
|
|
|
+ <th width="110">采购数量(PCS)</th>
|
|
|
+ <th width="124">剩余时间</th>
|
|
|
<th width="88">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -718,7 +721,7 @@
|
|
|
<td>
|
|
|
<div class="row-wrap il-content">
|
|
|
<div class="il-box-large il-box">
|
|
|
- <div title="{{seek.title || seek.prodTitle | nullStrFilter}}" class="fl item size-middle"><span>类目:</span><div class="content">{{(seek.title || seek.prodTitle || '-') | nullStrFilter}}</div></div>
|
|
|
+ <div title="{{seek.prodTitle | nullStrFilter}}" class="fl item size-middle"><span>类目(产品名称):</span><div class="content">{{(seek.prodTitle || '-') | nullStrFilter}}</div></div>
|
|
|
<div title="{{seek.inbrand}}" class="fl item bottom size-middle"><span>品牌:</span><div class="content">{{seek.inbrand || '-'}}</div></div>
|
|
|
</div>
|
|
|
</div>
|