Add files via upload

This commit is contained in:
公明
2026-03-28 21:32:40 +08:00
committed by GitHub
parent 971a2d35cb
commit f95b5fbe01
2 changed files with 62 additions and 30 deletions
+10
View File
@@ -2831,6 +2831,16 @@ header {
color: var(--text-primary);
}
/* 详情区底部「收起/展开」,流式输出过长时无需滚回顶部即可折叠 */
.progress-footer {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid var(--border-color);
}
.progress-timeline {
max-height: 0;
overflow: hidden;