Browse Source

pref: 处理BUG

wangcz 7 years ago
parent
commit
7b02a284d2

+ 1 - 0
src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html

@@ -1307,6 +1307,7 @@
     background: #d3eafc;
     font-weight:bold;
     margin-right:20px;
+    font-size:14px;
   }
   #order-detail-list .child-table tr th .order-count-click{
     position:absolute;

+ 3 - 2
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -776,7 +776,7 @@
 
         <tbody ng-if="active !== 'all' && tableParams.total() == 0">
         <tr>
-          <td colspan="9">
+          <td colspan="3">
             <div id="empty">
               <div class="left_img">
                 <a><img src="static/img/all/empty-cart.png"></a>
@@ -793,7 +793,7 @@
         </tbody>
         <tbody ng-if="active === 'all' && (ALLList === undefined || ALLList.length == 0)">
           <tr>
-            <td colspan="6">
+            <td colspan="9">
               <div class="empty">
                 <div class="left_img">
                   <a><img src="static/img/all/empty-cart.png"></a>
@@ -1437,6 +1437,7 @@
         background: #d3eafc;
         font-weight:bold;
         margin-right:20px;
+        font-size:14px;
     }
     #order-detail-list .child-table tr th .order-count-click{
         position:absolute;