Browse Source

发票样式

huangb 7 năm trước cách đây
mục cha
commit
e224f9c16d

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

@@ -321,7 +321,7 @@
                                             </div>
                                             <div class="clearboth w100" ng-if="item.invoicetype === 1205">
                                                 <div class="pull-left name">订单号: </div>
-                                                <div class="pull-left marginLeft" style="max-width: 224px">
+                                                <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
                                                     <p ng-repeat="orderid in item.orderids"><a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
                                                 </div>
                                             </div>

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

@@ -633,7 +633,7 @@
                                     </div>
                                     <div class="pull-left w50">
                                         <div class="pull-left name">订单号: </div>
-                                        <div class="pull-left marginLeft" style="max-width: 224px">
+                                        <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
                                             <p ng-repeat="orderid in item.orderids"><a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
                                         </div>
                                     </div>