mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 22:38:59 +08:00
chore(*): Update style of thinking (#13319)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b7c11c1818
commit
1caa578771
@ -31,7 +31,7 @@ from core.model_runtime.model_providers.__base.ai_model import AIModel
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
HTML_THINKING_TAG = (
|
||||
'<details style="color:gray;background-color: #f5f5f5;padding: 8px;border-radius: 4px;" open> '
|
||||
'<details style="color:gray;background-color: #f8f8f8;padding: 8px;border-radius: 4px;" open> '
|
||||
"<summary> Thinking... </summary>"
|
||||
)
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
.markdown-body {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
margin: 0;
|
||||
margin: 4px 0 0 0;
|
||||
color: #101828;
|
||||
background-color: var(--color-canvas-default);
|
||||
font-size: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user