ui: MessageContainer 默認 marginBottom
This commit is contained in:
@@ -9,6 +9,7 @@ export default function MessageContainer({ children, style, ...props } = {}) {
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
justifyContent: 'flex-end',
|
justifyContent: 'flex-end',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
marginBottom: '10px',
|
||||||
...style,
|
...style,
|
||||||
}}
|
}}
|
||||||
{...props}>
|
{...props}>
|
||||||
|
|||||||
Reference in New Issue
Block a user