news
This commit is contained in:
@ -107,6 +107,9 @@ getList();
|
||||
font-weight: bold;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
@ -121,6 +124,11 @@ getList();
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
.title {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user