Explorar el Código

修改scroll显示

sophieChenyx hace 6 años
padre
commit
c87edc1d28
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/stage/index/style/DownloadScene.less

+ 3 - 1
src/stage/index/style/DownloadScene.less

@@ -111,12 +111,14 @@
 		display:block;
 		height: 7.39rem;
     	overflow: auto;
-
 		.scroll-lines-wrapper{
 			z-index: 1;
 			position: absolute;
 			margin-top: 0;
 		}
+		&::-webkit-scrollbar {
+			display: none;
+		}
 	}//content-wrapper
 
 	.row {