ui: MessageContainer 默認 marginBottom

This commit is contained in:
CrescentLeaf
2025-08-31 10:34:59 +08:00
parent 7fc1dde664
commit 7a9a9d628a

View File

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