diff --git a/im-ui/src/components/group/GroupItem.vue b/im-ui/src/components/group/GroupItem.vue index 55def6a..7e5f30c 100644 --- a/im-ui/src/components/group/GroupItem.vue +++ b/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; }