zhouna 5 лет назад
Родитель
Сommit
85f11f1c92
1 измененных файлов с 6 добавлено и 0 удалено
  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{