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