|
@@ -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{
|