dwh 2 år sedan
förälder
incheckning
cdd411ae36
1 ändrade filer med 5 tillägg och 3 borttagningar
  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;
+	}