名称过长截断

This commit is contained in:
谢思 2023-09-08 14:30:26 +08:00
parent 0a53c76e9c
commit 6ca7a3040c
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ const Name = styled.div`{
height:22px;
line-height:22px;
margin-bottom:7px;
width: 170px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}`
const Time = styled.div`{
color:#888;