瀏覽代碼

Merge branch 'chronicTreat' of http://192.168.2.236:10080/zhouna/newICSS into chronicTreat

zhangxc 5 年之前
父節點
當前提交
f60b80cf5a
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
 }