feat: select multiple messages and forward

This commit is contained in:
zerosoul
2022-04-26 11:29:03 +08:00
parent f5ce856061
commit fbedaa8825
24 changed files with 702 additions and 329 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const StyledMenu = styled.ul`
background-color: #fff;
box-shadow: 0px 20px 25px 20px rgba(31, 41, 55, 0.1),
0px 10px 10px rgba(31, 41, 55, 0.04);
border-radius: var(--br);
border-radius: 12px;
.item {
white-space: nowrap;
cursor: pointer;