Browse Source

no message

zhujindu 1 day ago
parent
commit
1d87959a09
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

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

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