opt: 优化智能问答页面样式

This commit is contained in:
luke 2026-02-12 10:28:44 +08:00
parent 20bbebf247
commit 500c6b5b19

View File

@ -1,11 +1,11 @@
.llm-result-container { .llm-result-container {
margin-bottom: 14px; margin-bottom: 10px;
max-height: 300px; max-height: 280px;
min-height: 60px; min-height: 48px;
overflow: auto; overflow: auto;
border: 1px solid #e0e9f4; border: 1px solid #e0e9f4;
border-radius: 10px; border-radius: 10px;
padding: 16px 20px; padding: 12px 14px;
background: #f8fbff; background: #f8fbff;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -32,11 +32,11 @@
min-height: 44px; min-height: 44px;
font-size: 14px; font-size: 14px;
color: #233; color: #233;
line-height: 1.7; line-height: 1.6;
word-break: break-all; word-break: break-all;
white-space: pre-wrap; white-space: pre-wrap;
padding-left: 4px; padding-left: 2px;
padding-right: 4px; padding-right: 2px;
} }
.llm-input-bar { .llm-input-bar {
@ -83,8 +83,8 @@
color: #233; color: #233;
background: #e7eefb; background: #e7eefb;
border-radius: 5px; border-radius: 5px;
margin: 3px 0 9px 0; margin: 2px 0 6px 0;
padding: 7px 8px; padding: 6px 7px;
word-break: break-all; word-break: break-all;
font-weight: 500; font-weight: 500;
border: 1px solid #b3cdfb; border: 1px solid #b3cdfb;
@ -103,8 +103,8 @@
font-style: italic; font-style: italic;
border-left: 3px solid #ffe16a; border-left: 3px solid #ffe16a;
border-radius: 5px; border-radius: 5px;
margin-bottom: 6px; margin-bottom: 4px;
padding: 7px 10px 7px 12px; padding: 6px 9px 6px 11px;
white-space: pre-wrap; white-space: pre-wrap;
} }
@ -173,8 +173,8 @@ body.fullscreen #tabContentAi.tab-content.active {
border-radius: 7px; border-radius: 7px;
box-shadow: 0 1.5px 6px #e6ebfa33; box-shadow: 0 1.5px 6px #e6ebfa33;
border: 1px solid #e7eaf5; border: 1px solid #e7eaf5;
padding: 18px 18px 13px 18px; padding: 12px 14px 10px 14px;
margin: 9px 0 7px 0; margin: 6px 0 5px 0;
overflow-x: auto; overflow-x: auto;
} }