Kaynağa Gözat

修改角标查看不到的问题

shenjj 7 yıl önce
ebeveyn
işleme
cb2b134fd3

+ 1 - 1
src/main/webapp/resources/js/common/services.js

@@ -151,7 +151,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 					// defer.promise.then(function (resolve) {
 					// 	$rootScope.b2bUrl = resolve.url;
 					// });
-					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com' : 'http://192.168.253.12:9000/b2b-test/';
+					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com/' : 'http://192.168.253.12:9000/b2b-test/';
 				}
 				return $rootScope.b2bUrl;
 			}

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/inquiry_unapply.html

@@ -314,7 +314,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/purchaseInquiryCtrl.html

@@ -332,7 +332,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/tender_answer_list.html

@@ -258,7 +258,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/tenderlist.html

@@ -187,7 +187,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

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

@@ -149,7 +149,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

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

@@ -552,9 +552,13 @@
 		min-width: 110px
 	}
 	.oder01 ul li.active a{
+		border: 0px;
 		border-bottom: #fff;
 		background: #5078cb;
-		color: #fff;
+		color: #fff !important;
+	}
+	.oder01 ul {
+		border-bottom: 0px
 	}
 	.oder01 ul li::after{
 		background: url('static/img/vendor/images/downicon.png');

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

@@ -145,9 +145,13 @@
         position: relative;
     }
     .oder01 ul li.active a{
+        border: 0px;
         border-bottom: #fff;
         background: #5078cb;
-        color: #fff;
+        color: #fff !important;
+    }
+    .oder01 ul {
+        border-bottom: 0px
     }
     .oder01 ul li::after{
         background: url('static/img/vendor/images/downicon.png');

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

@@ -205,9 +205,13 @@ body div.ng-table-pager a.page-a {
     position: relative;
 }
 .oder01 ul li.active a{
+    border: 0px;
     border-bottom: #fff;
     background: #5078cb;
-    color: #fff;
+    color: #fff !important;
+}
+.oder01 ul {
+    border-bottom: 0px
 }
 .oder01 ul li::after{
     background: url('static/img/vendor/images/downicon.png');

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

@@ -861,9 +861,14 @@
         position: relative;
     }
     .oder011 ul li.active a{
-        border-bottom: #fff;
+
         background: #5078cb;
-        color: #fff;
+        color: #fff !important;
+        border:0px;
+        border-bottom: #fff;
+    }
+    .oder01 ul {
+        border-bottom: 0px
     }
     .oder011 ul li::after{
         background: url('static/img/vendor/images/downicon.png');

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/apBill.html

@@ -142,7 +142,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

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

@@ -161,7 +161,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_inquiry.html

@@ -280,7 +280,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_inquiryMould.html

@@ -221,7 +221,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_quotationList.html

@@ -224,7 +224,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_tenderList.html

@@ -246,7 +246,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_tender_question_list.html

@@ -269,7 +269,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

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

@@ -629,13 +629,13 @@
         border-bottom: #fff;
         background: #5078cb;
         border: 0px;
-        color: #fff;
+        color: #fff !important;
     }
     .oder01 ul {
         border-bottom: 0px
     }
     .oder01 ul li::after{
-        background: url('static/img/vendor/images/downicon.png');
+
         width: 11px;
         height: 6px;
         position: absolute;
@@ -644,6 +644,7 @@
         content: ' ';
         margin-left: -5px;
         display: none;
+        background: url('static/img/vendor/images/downicon.png');
     }
     .oder01 ul li.active:after{
         display: block