zhulizhen1111 4 éve
szülő
commit
0721059c14

+ 3 - 0
src/views/equipment/table/zwTable.vue

@@ -399,5 +399,8 @@ export default {
             color: rgb(31, 36, 41);
         }
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 3 - 0
src/views/room/room3.vue

@@ -108,5 +108,8 @@ export default {
         height: 95% !important;
         margin-top: 50px;
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 3 - 0
src/views/room/room4.vue

@@ -143,5 +143,8 @@ export default {
         justify-content: flex-end;
         margin-top: 28px;
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 3 - 0
src/views/room/room5.vue

@@ -178,5 +178,8 @@ export default {
         justify-content: flex-end;
         margin-top: 28px;
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>