This commit is contained in:
lik
2026-09-14 09:35:39 +08:00
parent efa0df5a76
commit 9c3e514560
4 changed files with 83 additions and 10 deletions
+29
View File
@@ -230,6 +230,35 @@ page {
word-break: break-all;
}
/* subagent 引用卡片(默认折叠) */
.subagent-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 4rpx 0;
}
.subagent-label {
font-size: 24rpx;
color: #6b7280;
}
.subagent-arrow {
font-size: 24rpx;
color: #9ca3af;
transition: transform 0.2s ease;
}
.subagent-arrow.expanded {
transform: rotate(90deg);
}
.subagent-body {
margin-top: 12rpx;
padding-top: 12rpx;
border-top: 1rpx solid #e5e7eb;
}
.typing-indicator {
display: flex;
flex-direction: column;