2024-02-19 19:16:23 +08:00
|
|
|
.chatWrapper {
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
.chatAppWrapper {
|
|
|
|
|
width: 288px;
|
|
|
|
|
padding: 26px;
|
2024-02-20 18:10:20 +08:00
|
|
|
|
|
|
|
|
.chatAppCard {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.cubeIcon {
|
|
|
|
|
&:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-19 19:16:23 +08:00
|
|
|
}
|
|
|
|
|
.chatTitleWrapper {
|
|
|
|
|
width: 220px;
|
|
|
|
|
padding: 26px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitle {
|
|
|
|
|
padding: 5px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitleContent {
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divider {
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|