feat: send file message

This commit is contained in:
zerosoul
2022-03-28 20:45:53 +08:00
parent d07b0e9e91
commit 774bf2c335
12 changed files with 396 additions and 7 deletions
+3 -2
View File
@@ -30,7 +30,7 @@ const StyledMsg = styled.div`
border-radius: 50%;
}
}
.details {
> .details {
width: 100%;
display: flex;
flex-direction: column;
@@ -74,8 +74,9 @@ const StyledMsg = styled.div`
cursor: pointer;
}
a {
text-decoration: none;
border-radius: 2px;
background-color: #f5feff;
/* background-color: #f5feff; */
padding: 2px;
color: #1fe1f9;
}