Browse Source

feature_20260421_下拉刷新阻碍长按复制bug优化

zhujindu 11 hours ago
parent
commit
8982383e7d
2 changed files with 8 additions and 0 deletions
  1. 4 0
      src/views/deviceOutside/index.vue
  2. 4 0
      src/views/deviceWithin/index.vue

+ 4 - 0
src/views/deviceOutside/index.vue

@@ -2600,6 +2600,10 @@ export default {
   z-index: 2;
   top: 0;
 }
+.cellcontent {
+  user-select: text;
+  -webkit-user-select: text;
+}
 .cellcontent .centerBtn {
   margin: 0 auto 10px;
   display: block;

+ 4 - 0
src/views/deviceWithin/index.vue

@@ -1798,6 +1798,10 @@ export default {
   z-index: 2;
   top: 0;
 }
+.cellcontent {
+  user-select: text;
+  -webkit-user-select: text;
+}
 .cellcontent .centerBtn {
   margin: 0 auto 10px;
   display: block;