AI分析高度

This commit is contained in:
dongzp 2026-07-22 18:03:38 +08:00
parent 63b92550d3
commit 5ffea31889

View File

@ -54,6 +54,12 @@ function onRefresh() {
margin: 0 auto;
}
.ai-drawer.open {
min-height: 500px;
display: flex;
flex-direction: column;
}
.bar {
min-height: var(--ai-bar-height);
padding: 8px 16px;
@ -105,8 +111,10 @@ function onRefresh() {
}
.body {
flex: 1;
padding: 0 16px 14px 54px;
border-top: 1px dashed var(--border);
overflow: auto;
}
.hint {