We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
输入框周围颜色不同
div className="rounded-box full-height" > <ProChat helloMessage={ '这是一条自定义消息,支持 markdown 消息,例如:ProChat' } inputAreaProps={{ style: { border: '1px solid #1890ff', color: 'rgb(38,64,15)', fontWeight: 800, // backgroundColor: '#ffffff', }, }} /> div> .rounded-box { border: 1px solid #1890ff; /* 淡蓝色边框 / border-radius: 10px; / 圆角效果 / padding: 20px; / 内边距 / background: #ffffff; / 白色背景 / box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); / 轻微阴影效果 / / display: flex; flex-direction: column; justify-content: center; */ }
/* 卡片高度适配 */ .full-height { height: 100%; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
输入框周围颜色不同
💻 复现代码
div className="rounded-box full-height" >
<ProChat
helloMessage={
'这是一条自定义消息,支持 markdown 消息,例如:ProChat'
}
inputAreaProps={{
style: {
border: '1px solid #1890ff',
color: 'rgb(38,64,15)',
fontWeight: 800,
// backgroundColor: '#ffffff',
},
}}
/>
div>
.rounded-box {
border: 1px solid #1890ff; /* 淡蓝色边框 /
border-radius: 10px; / 圆角效果 /
padding: 20px; / 内边距 /
background: #ffffff; / 白色背景 /
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); / 轻微阴影效果 /
/ display: flex;
flex-direction: column;
justify-content: center; */
}
/* 卡片高度适配 */
.full-height {
height: 100%;
}
© 版本信息
The text was updated successfully, but these errors were encountered: