Browse Source

小优化

xsx 1 year ago
parent
commit
2f0b69a2e0
1 changed files with 2 additions and 0 deletions
  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;
 		}