fix(frontend): 流式消息逐字显示动画 + 侧边栏会话切换修复
This commit is contained in:
@@ -86,19 +86,11 @@
|
||||
50% { opacity: 0; }
|
||||
}
|
||||
|
||||
/* 流式消息容器:每个新 chunk 有微淡入效果 */
|
||||
/* 流式消息容器:轻微淡入效果 */
|
||||
.message-streaming {
|
||||
animation: fadeInUp 0.3s ease-out;
|
||||
}
|
||||
|
||||
/* 流式消息尾部闪烁光标 */
|
||||
.message-streaming::after {
|
||||
content: '▊';
|
||||
animation: cursorBlink 1s step-end infinite;
|
||||
color: #7c3aed;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
/* 独立的闪烁光标工具类,可用于显式 span 元素 */
|
||||
.animate-streaming-cursor {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user