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>