2024-02-19 19:16:23 +08:00
|
|
|
.chatWrapper {
|
|
|
|
|
height: 100%;
|
2024-03-05 12:01:48 +08:00
|
|
|
width: 100%;
|
2024-02-19 19:16:23 +08:00
|
|
|
|
|
|
|
|
.chatAppWrapper {
|
|
|
|
|
width: 288px;
|
|
|
|
|
padding: 26px;
|
2024-02-20 18:10:20 +08:00
|
|
|
|
2024-02-22 17:14:25 +08:00
|
|
|
.chatAppContent {
|
|
|
|
|
overflow-y: auto;
|
2024-05-29 18:32:03 +08:00
|
|
|
width: 100%;
|
2024-02-22 17:14:25 +08:00
|
|
|
}
|
|
|
|
|
|
2024-02-20 18:10:20 +08:00
|
|
|
.chatAppCard {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.cubeIcon {
|
|
|
|
|
&:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-22 17:14:25 +08:00
|
|
|
.chatAppCardSelected {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
background-color: @gray11;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-19 19:16:23 +08:00
|
|
|
}
|
|
|
|
|
.chatTitleWrapper {
|
|
|
|
|
width: 220px;
|
|
|
|
|
padding: 26px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitle {
|
|
|
|
|
padding: 5px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitleContent {
|
|
|
|
|
padding: 5px 10px;
|
2024-03-05 19:28:44 +08:00
|
|
|
overflow: auto;
|
2024-02-19 19:16:23 +08:00
|
|
|
}
|
|
|
|
|
|
2024-03-20 11:13:51 +08:00
|
|
|
.chatSpin {
|
|
|
|
|
:global(.ant-spin-container) {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-22 17:14:25 +08:00
|
|
|
.chatTitleCard {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitleCardSelected {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
background-color: @gray11;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-19 19:16:23 +08:00
|
|
|
.divider {
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|