Merge remote-tracking branch 'origin/feature/0909_主agent优化' into test

This commit is contained in:
rd
2025-09-09 17:50:34 +08:00
5 changed files with 22 additions and 5 deletions

View File

@ -33,4 +33,16 @@ $bubble-wrap-padding-right: 2px;
--max-content-width: 596px;
--max-question-width: 396px;
}
:deep(.intelligent-thinking-wrap) {
width: var(--max-content-width);
border-radius: 12px;
border: 1px solid var(--Brand-2, #c5b7ff);
background: var(--BG-White, #fff);
overflow: hidden;
.intelligent-thinking-header {
background: linear-gradient(180deg, #f3f2fd 0%, #fff 100%);
padding: 11px 16px;
}
}
}