소스 검색

小优化

xsx 1 년 전
부모
커밋
2f0b69a2e0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      im-ui/src/components/group/GroupItem.vue

+ 2 - 0
im-ui/src/components/group/GroupItem.vue

@@ -43,6 +43,8 @@
 		align-items: center;
 		background-color: white;
 		white-space: nowrap;
+		cursor: pointer;
+		
 		&:hover {
 			background-color: #F8FAFF;
 		}