AI分析高度
This commit is contained in:
parent
63b92550d3
commit
5ffea31889
@ -54,6 +54,12 @@ function onRefresh() {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ai-drawer.open {
|
||||||
|
min-height: 500px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
min-height: var(--ai-bar-height);
|
min-height: var(--ai-bar-height);
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
@ -105,8 +111,10 @@ function onRefresh() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
|
flex: 1;
|
||||||
padding: 0 16px 14px 54px;
|
padding: 0 16px 14px 54px;
|
||||||
border-top: 1px dashed var(--border);
|
border-top: 1px dashed var(--border);
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user