Browse Source

处理显示异常问题

wangcz 7 years ago
parent
commit
1769885924

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/vendor.html

@@ -127,7 +127,7 @@
 			</thead>
 			</thead>
 			<tbody ng-if="$data.length === 0">
 			<tbody ng-if="$data.length === 0">
 			<tr>
 			<tr>
-				<td colspan="7">
+				<td colspan="6">
 					<div id="empty">
 					<div id="empty">
 						<div class="left_img">
 						<div class="left_img">
 							<a href="http://www.usoftchina.com/" target="_blank" title="优软云首页"><img src="static/img/empty/uas_empty.png"></a>
 							<a href="http://www.usoftchina.com/" target="_blank" title="优软云首页"><img src="static/img/empty/uas_empty.png"></a>

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/customer.html

@@ -148,7 +148,7 @@
 			</tbody>
 			</tbody>
 			<tbody ng-if="$data.length === 0">
 			<tbody ng-if="$data.length === 0">
 			<tr>
 			<tr>
-				<td colspan="7">
+				<td colspan="6">
 					<div id="empty">
 					<div id="empty">
 						<div class="left_img">
 						<div class="left_img">
 							<a href="http://www.usoftchina.com/" target="_blank" title="优软云首页"><img src="static/img/empty/uas_empty.png"></a>
 							<a href="http://www.usoftchina.com/" target="_blank" title="优软云首页"><img src="static/img/empty/uas_empty.png"></a>