zhuxinbo před 4 roky
rodič
revize
419e416f8f
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 8 1
      src/App.vue

+ 8 - 1
src/App.vue

@@ -42,6 +42,13 @@
   }
 
   body {
-    -webkit-user-select: text;
+    -webkit-user-select: text !important;
+  }
+
+  * {
+    -webkit-user-select: text !important;
+    -moz-user-select: text !important;
+    -ms-user-select: text !important;
+    user-select: text !important;
   }
 </style>