Browse Source

Merge remote-tracking branch 'origin/chronicTreat' into dev/new1

zhouna 5 years atrás
parent
commit
76397a4be3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/components/Treat/GeneralTreat/index.less

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

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