Browse Source

修改卖家中心图标看不到的问题

shenjj 7 years ago
parent
commit
2a10f0c32b

+ 1 - 1
src/main/webapp/resources/css/vendor/sell.css

@@ -3477,7 +3477,7 @@ body {
     color: #fff !important;
 }
 .com_tab:nth-of-type(1) ul li::after{
-    background: url('/static/img/vendor/images/downicon.png');
+    background: url('../../img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

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

@@ -1125,7 +1125,7 @@
 	.com_tab ul li {
 		margin-left: 0px;
 		position: relative;
-		min-width: 110px
+		/*min-width: 110px*/
 	}
 
 	.com_tab ul li::after{