|
|
@@ -620,22 +620,16 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <tbody ng-if="currenctMaterial.length == 0">
|
|
|
- <tr>
|
|
|
- <td colspan="12">
|
|
|
- <div class="empty">
|
|
|
- <p class="empty-img">
|
|
|
- <img src="static/img/all/empty-cart.png">
|
|
|
- </p>
|
|
|
- <div class="empty-info">
|
|
|
- <p class="grey"> 暂无产品信息,赶快上传让更多人看到你的产品吧 </p>
|
|
|
- <a href="/vendor#/vendor_upload"><i></i>马上去上传</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
</table>
|
|
|
+ <div class="empty" ng-if="currenctMaterial.length == 0">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
+ </p>
|
|
|
+ <div class="empty-info">
|
|
|
+ <p class="grey"> 暂无产品信息,赶快上传让更多人看到你的产品吧 </p>
|
|
|
+ <a href="/vendor#/vendor_upload"><i></i>马上去上传</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="record-line text-right" ng-if="currenctMaterial.length != 0">
|
|
|
<div class="prompt" ng-show="standard_tab == 'unstandard'">
|
|
|
<strong class="text-inverse">*</strong>商城暂未收录的 品牌/器件,”原厂型号“将会显示为空且不可上架售卖,<br/>
|
|
|
@@ -680,7 +674,7 @@
|
|
|
display:inline-flex;
|
|
|
justify-content:center;
|
|
|
align-items: center;
|
|
|
- height:285px;
|
|
|
+ height:305px;
|
|
|
}
|
|
|
.wanted_list01 .empty-info{
|
|
|
line-height: 28px;
|