wangcz 8 лет назад
Родитель
Сommit
a4f9055e18

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html

@@ -193,7 +193,7 @@
                     </tbody>
                     <tbody class="no-record-list" ng-if="billData.length <= 0 || !billData">
                     <tr class="height200">
-                    <td colspan="9" style="border: #fff 1px solid"><img src="static/img/all/empty-cart.png"><span>暂无开票记录</span></td>
+                    <td colspan="9" style="border: #fff 1px solid"><img src="static/img/all/empty-cart.png"><span class="f14">暂无开票记录</span></td>
                     </tr>
                     </tbody>
                 </table>

+ 2 - 2
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -331,7 +331,7 @@
                 </tbody>
                 <tbody class="no-record-list" ng-if="!billData || billData.length<=0">
                 <tr style="height:267px!important;">
-                <td colspan="10" style="border: #fff 1px solid"><img src="static/img/all/empty-cart.png"><span>暂无开票申请</span></td>
+                <td colspan="10" style="border: #fff 1px solid"><img src="static/img/all/empty-cart.png"><span class="f14">暂无开票申请</span></td>
                 </tr>
                 </tbody>
             </table>
@@ -392,7 +392,7 @@
                 </tbody>
                 <tbody class="no-record-list" ng-if="!billData || billData.length<=0">
                 <tr style="height:401px!important;">
-                <td style="border: #fff 1px solid" colspan="10"><img src="static/img/all/empty-cart.png"><span>暂无开票记录</span></td>
+                <td style="border: #fff 1px solid" colspan="10"><img src="static/img/all/empty-cart.png"><span class="f14">暂无开票记录</span></td>
                 </tr>
                 </tbody>
             </table>

+ 3 - 3
src/main/webapp/resources/view/vendor/forstore/vendor_take_self.html

@@ -216,7 +216,7 @@
 		display:inline-flex;
 		justify-content:center;
 		align-items: center;
-		height:320px;
+		height:370px;
 	}
 	.takeSelf .empty-info{
 		line-height: 28px;
@@ -285,14 +285,14 @@
 								<a ng-click="editTakeSelf(takeSelf)">修改</a>|<a ng-click="showDeleteFrame(takeSelf)">删除</a>
 							</td>
 						</tr>
-						<tr class="record-num">
+						<tr class="record-num" ng-if="$$takeSelf.totalElements != 0">
 							<td colspan="6">
 								<span class="count-tip">显示<span ng-bind="$$takeSelf.start">23</span>-<span ng-bind="$$takeSelf.end">10</span>,共:<span ng-bind="$$takeSelf.totalElements" style="color: #5078cb;">23</span>个</span>
 							</td>
 						</tr>
 					</tbody>
 				</table>
-				<div class="empty" ng-if="$data.length == 0">
+				<div class="empty" ng-if="$$takeSelf.totalElements == 0">
 					<p class="empty-img">
 						<img src="static/img/all/empty-cart.png">
 					</p>

+ 2 - 16
src/main/webapp/resources/view/vendor/forstore/vendor_undercarriage.html

@@ -706,23 +706,9 @@
                         </td>
                     </tr>
                     </tbody>
-                   <!-- <tbody>
-                    <tr style="height: 252px;" ng-if="!currenctGoods || currenctGoods.length <= 0">
-                        <td colspan="10" style="padding: 74px 0;">
-                            <div style="line-height: 106px;">
-                                <div class="col-xs-2" style="margin-left: 35%;">
-                                    <img src="static/img/all/empty-cart.png">
-                                </div>
-                                <div class="col-xs-4" style="line-height: 124px;">
-                                    <p class="grey f16">暂无下架产品信息</p>
-                                </div>
-                            </div>
-                        </td>
-                    </tr>
-                    </tbody>-->
                     <tbody class="no-record-list" ng-if="!currenctGoods || currenctGoods.length <= 0">
-                        <tr class="height200">
-                            <td colspan="10"><img src="static/img/all/empty-cart.png"><span>暂无下架产品信息</span></td>
+                        <tr style="height:378px!important;">
+                            <td colspan="10"><img src="static/img/all/empty-cart.png"><span class="f14">暂无下架产品信息</span></td>
                         </tr>
                     </tbody>
                 </table>

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_upload.html

@@ -427,7 +427,7 @@
                             </tbody>
                             <tbody class="no-record-list" ng-if="!pageParams || !pageParams.content || pageParams.content.length == 0">
                                 <tr class="height200">
-                                    <td colspan="7" style="background: #fff;"><img src="static/img/all/empty-cart.png"><span class="f14">暂无产品信息,赶快上传让更多人看到你的产品吧</span></td>
+                                    <td colspan="7" style="background: #fff;"><img src="static/img/all/empty-cart.png"><span class="f14">暂无产品信息,赶快上传让更多人看到你的产品吧</span></td>
                                 </tr>
                             </tbody>
                         </table>