Explorar el Código

一般治疗禁止复制

zhouna hace 5 años
padre
commit
b53349b643
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      src/components/Treat/GeneralTreat/index.less

+ 6 - 1
src/components/Treat/GeneralTreat/index.less

@@ -24,6 +24,11 @@
     margin: 10px;
 }
 .general-item {
-    
+    -webkit-touch-callout: none;
+    -webkit-user-select: none;
+    -khtml-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
     line-height: 36px;
 }