Browse Source

小优化

master
xsx 2 years ago
parent
commit
2f0b69a2e0
  1. 2
      im-ui/src/components/group/GroupItem.vue

2
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;
}

Loading…
Cancel
Save