refactor: playground chat

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent 4f4f00f0c8
commit 1abaa164f5
15 changed files with 406 additions and 173 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
justify-content: space-between;
flex-direction: column;
position: relative;
height: calc(100vh - 136px);
height: calc(100vh - 72px);
.message-list-wrap {
max-height: calc(100vh - 152px);
overflow-y: auto;
padding-right: 32px;
padding-inline: var(--layout-content-inlinepadding);
}
}