huangb 7 gadi atpakaļ
vecāks
revīzija
28d625fc7c

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

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

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

@@ -55,7 +55,7 @@
         font-size: 14px;
         color: #666;
         border-bottom: 1px solid #dae5fd;
-        border-right: 1px solid #dae5fd;
+        /*border-right: 1px solid #dae5fd;*/
         height: 40px;
         vertical-align: middle;
         text-align: center;
@@ -458,7 +458,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;max-height: 40px;overflow-y: auto;">
+                                            <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;overflow-x: hidden;">
                                                 <p ng-repeat="(col,orderid) in item.orderids">
                                                     <a ng-href="vendor#/purchase/detail/{{item.purchaseids[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank"></a>
                                                     <!--<a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a>-->
@@ -481,7 +481,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;max-height: 40px;overflow-y: auto;">
+                                            <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;overflow-x: hidden;">
                                                 <p ng-repeat="(col,orderid) in item.orderids">
                                                     <a ng-href="vendor#/purchase/detail/{{item.purchaseids[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank"></a>
                                                     <!--<a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a>-->