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; align-items: center;
background-color: white; background-color: white;
white-space: nowrap; white-space: nowrap;
cursor: pointer;
&:hover { &:hover {
background-color: #F8FAFF; background-color: #F8FAFF;
} }

Loading…
Cancel
Save