名称过长截断
This commit is contained in:
parent
0a53c76e9c
commit
6ca7a3040c
|
@ -18,6 +18,10 @@ const Name = styled.div`{
|
||||||
height:22px;
|
height:22px;
|
||||||
line-height:22px;
|
line-height:22px;
|
||||||
margin-bottom:7px;
|
margin-bottom:7px;
|
||||||
|
width: 170px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}`
|
}`
|
||||||
const Time = styled.div`{
|
const Time = styled.div`{
|
||||||
color:#888;
|
color:#888;
|
||||||
|
|
Loading…
Reference in New Issue