Эх сурвалжийг харах

卖家确认开票及分页按钮样式。

yangc 8 жил өмнө
parent
commit
3a65b7cfa1

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

@@ -28,6 +28,7 @@
     .vendor-invoice-content{
         width: 1000px;
         margin: 0 auto;
+        padding-bottom: 30px;
     }
     .invoice-com-tab{
         box-sizing: border-box;
@@ -100,7 +101,7 @@
         width: 100%;
         margin: 0 auto;
         text-align: center;
-        margin: 30px 0;
+        margin-bottom: 30px;
     }
     .apply-btn button{
         width: 80px;
@@ -319,7 +320,7 @@
                 </tbody>
             </table>
         </div>
-        <div class="apply-btn" ng-if="billData && billData.length>0">
+        <div class="apply-btn">
             <button ng-click="submitApply()">确认开票</button>
         </div>
     </div>