style: 添加图片

This commit is contained in:
rd
2025-09-09 17:50:11 +08:00
parent 5b489e9fda
commit 0fc6a5f6e3
3 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

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;
}
}
}