style: 添加图片
This commit is contained in:
BIN
src/assets/img/agent/icon-fold.png
Normal file
BIN
src/assets/img/agent/icon-fold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 703 B |
BIN
src/assets/img/agent/icon-unfold.png
Normal file
BIN
src/assets/img/agent/icon-unfold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 706 B |
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user