ui: 修正消息發送框的位置, 修正側邊列表的顯示, 修正 MesageContainer 的 marginBottom 為 20px
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user