28169 před 2 roky
rodič
revize
69bc07d38d
1 změnil soubory, kde provedl 1 přidání a 14 odebrání
  1. 1 14
      src/App.vue

+ 1 - 14
src/App.vue Zobrazit soubor

@@ -59,18 +59,5 @@ export default {
59 59
 body .el-table th.gutter {
60 60
   display: table-cell !important;
61 61
 }
62
-*{  
63
-   -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
64
-   -webkit-user-select:none; /*webkit浏览器*/   
65
-   -khtml-user-select:none; /*早期浏览器*/   
66
-   -moz-user-select:none;/*火狐*/   
67
-   -ms-user-select:none; /*IE10*/   
68
-   user-select:none;   
69
-} 
70
-input{  
71
- -webkit-user-select:auto; /*webkit浏览器*/     
72
-}
73
-textarea{
74
- -webkit-user-select:auto; /*webkit浏览器*/
75
-}
62
+
76 63
 </style>