Browse Source

Merge branch 'feature_20260421_下拉刷新阻碍长按复制bug优化' into uat(dev)

zhujindu 11 hours ago
parent
commit
3f78028c7c
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

@@ -2613,6 +2613,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

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