This commit is contained in:
kangfenmao
2024-07-14 13:34:29 +08:00
parent 0556de81dd
commit af7af98d49
5 changed files with 40 additions and 23 deletions
@@ -148,16 +148,4 @@ const AssistantName = styled.div`
font-weight: bold;
`
const AssistantLastMessage = styled.div`
font-size: 12px;
line-height: 20px;
color: var(--color-text-2);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
height: 20px;
`
export default Assistants