@forchange/aui
Version:
ai-boss 业务 ui 组件库
20 lines (19 loc) • 413 B
CSS
.aui-chat-component-header {
box-sizing: inherit;
width: 100%;
display: flex;
height: 57px;
padding: 18px 25px 15px 16px;
justify-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.aui-chat-component-header-info {
display: flex;
align-items: center;
}
.aui-chat-component-header-info-name {
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: rgba(0, 0, 0, 0.85);
}