fix: submit message

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent af077c4706
commit 2e5f0d9210
21 changed files with 907 additions and 145 deletions
@@ -0,0 +1,12 @@
.multiple-chat {
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(100vh - 72px);
.chat-list {
flex: 1;
padding-bottom: 16px;
padding-inline: var(--layout-content-inlinepadding);
}
}