Browse Source

量表弹窗禁止复制

zhouna 5 năm trước cách đây
mục cha
commit
85f11f1c92
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/components/ScaleTable/index.less

+ 6 - 0
src/components/ScaleTable/index.less

@@ -1,6 +1,12 @@
 @import "~@less/mixin.less";
 .tableBox{
   // height: 690px;
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -khtml-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
   overflow-y: auto;
   padding: 30px;
   h1{