Browse Source

erp产品管理批量上架调整

yangc 7 years ago
parent
commit
4fbb93d2e1

+ 6 - 1
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_erp.html

@@ -1643,7 +1643,12 @@
 		width: 108px;
 	}
 	.search-check .batch-operate .operate-content > div p input[type=range]::-webkit-slider-runnable-track {
-		box-shadow: 0 1px 1px #def3f8, inset 0 16px 16px #4054ff; /*轨道内置阴影效果*/
+		background: #4054ff;
+		height: 5px;
+	}
+	.search-check .batch-operate .operate-content > div p input[type=range]::-webkit-slider-thumb {
+		position: relative;
+		bottom: 7px;
 	}
 	.search-check .batch-operate .operate-content > div p .batch-progress {
 		width: 108px;