zhuxinbo 4 tahun lalu
induk
melakukan
419e416f8f
1 mengubah file dengan 8 tambahan dan 1 penghapusan
  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>