Browse Source

一般治疗禁止复制

zhouna 5 năm trước cách đây
mục cha
commit
b53349b643
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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;
 }