zhuxinbo 4 年 前
コミット
419e416f8f
1 ファイル変更8 行追加1 行削除
  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>