zhulizhen1111 5 년 전
부모
커밋
0721059c14
4개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/equipment/table/zwTable.vue
  2. 3 0
      src/views/room/room3.vue
  3. 3 0
      src/views/room/room4.vue
  4. 3 0
      src/views/room/room5.vue

+ 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>