瀏覽代碼

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

zhujindu 9 小時之前
父節點
當前提交
3f78028c7c
共有 2 個文件被更改,包括 8 次插入0 次删除
  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;
   z-index: 2;
   top: 0;
   top: 0;
 }
 }
+.cellcontent {
+  user-select: text;
+  -webkit-user-select: text;
+}
 .cellcontent .centerBtn {
 .cellcontent .centerBtn {
   margin: 0 auto 10px;
   margin: 0 auto 10px;
   display: block;
   display: block;

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

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