ui: 修正消息發送框的位置, 修正側邊列表的顯示, 修正 MesageContainer 的 marginBottom 為 20px

This commit is contained in:
CrescentLeaf
2025-08-31 13:17:45 +08:00
parent f7bd8bdd36
commit 7300c091fd
2 changed files with 11 additions and 6 deletions

View File

@@ -9,7 +9,8 @@ export default function MessageContainer({ children, style, ...props } = {}) {
flexDirection: 'column',
justifyContent: 'flex-end',
alignItems: 'center',
marginBottom: '10px',
marginBottom: '20px',
height: "100%",
...style,
}}
{...props}>