zhb 1 tháng trước cách đây
mục cha
commit
ff130ac457
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      App.vue

+ 15 - 0
App.vue

@@ -91,6 +91,21 @@ onMounted(() => {
 @import "@/static/scss/global/global.scss";
 @import "/static/scss/style.scss";
 
+/* 让整个项目文字都能选中 */
+* {
+	-webkit-user-select: text !important;
+	user-select: text !important;
+}
+
+/* 修复滚动层无法选中 */
+view,
+text,
+div,
+span {
+	-webkit-user-select: text !important;
+	user-select: text !important;
+}
+
 :deep(.u-toolbar__wrapper__confirm) {
 	font-size: 20px !important;
 }