Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何设置messagecontainer的高度 #142

Open
g-traveller opened this issue May 11, 2024 · 0 comments
Open

如何设置messagecontainer的高度 #142

g-traveller opened this issue May 11, 2024 · 0 comments

Comments

@g-traveller
Copy link

hi

我在ant design中使用chatui, 但是messagecontainer的高度很矮,请问有办法吧messagecontainer的高度占满全部网页吗,下面是我的代码

return (
    <div style={{minHeight: 600}}>
        <Chat
            navbar={{title: chatName}}
            renderMessageContent={renderMessageContent}
            messages={messages}
            placeholder={'Please input'}
        />
    </div>
);

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant