zhuxinbo il y a 4 ans
Parent
commit
419e416f8f
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  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>