diff --git a/src/components/ai/AiAdviceDrawer.vue b/src/components/ai/AiAdviceDrawer.vue index 47f9742..e5047ee 100644 --- a/src/components/ai/AiAdviceDrawer.vue +++ b/src/components/ai/AiAdviceDrawer.vue @@ -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 {