dwh 2 년 전
부모
커밋
cdd411ae36
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/public.scss

+ 5 - 3
src/public.scss

@@ -53,6 +53,8 @@
 	#app{
 		background-color: $bgcolor1;
 	}
-	/*长按默认事件取消*/
-	-webkit-touch-callout: none !important;
-	-webkit-user-select: none;
+	img{
+		/*长按默认事件取消*/
+		-webkit-touch-callout: none !important;
+		-webkit-user-select: none;
+	}