fix: 历史使用记录左边智能体名字右边标题

This commit is contained in:
2026-04-28 10:55:15 +08:00
parent 8287be10ea
commit 7f576827b0
2 changed files with 23 additions and 15 deletions

View File

@@ -1730,12 +1730,13 @@ body {
color: var(--primary);
}
.recent-agent-category {
font-size: 12px;
color: var(--primary);
background: rgba(102, 126, 234, 0.1);
padding: 2px 8px;
border-radius: 4px;
.recent-agent-title {
font-size: 13px;
color: #333;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* 智能体历史页面 */
@@ -1807,12 +1808,19 @@ body {
color: var(--primary);
}
.agent-history-category {
font-size: 12px;
.agent-history-title {
font-size: 13px;
color: #333;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.agent-history-agent-name {
font-size: 13px;
color: var(--primary);
background: rgba(102, 126, 234, 0.1);
padding: 2px 8px;
border-radius: 4px;
font-weight: 500;
}
/* ==================== 我的页面 ==================== */