jwyu 2 жил өмнө
parent
commit
bfdd3d987c
1 өөрчлөгдсөн 11 нэмэгдсэн , 0 устгасан
  1. 11 0
      src/style/global.scss

+ 11 - 0
src/style/global.scss

@@ -25,6 +25,17 @@ body,
   }
 }
 
+//禁止复制文本
+*{
+  user-select: none;
+  -moz-user-select:-moz-none;
+  moz-user-select: none;
+  -o-user-select:none;
+  -webkit-user-select: none;
+  -ms-user-select: none;
+  -khtml-user-select:none;
+}
+
 div {
   box-sizing: border-box;
 }