zhujindu 1 miesiąc temu
rodzic
commit
1d87959a09

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

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

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