mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 11:54:20 +08:00
[feature](weaapp) add agent
This commit is contained in:
@@ -101,12 +101,12 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 20px 20px 60px 4px;
|
||||
row-gap: 10px;
|
||||
row-gap: 16px;
|
||||
|
||||
.messageItem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 10px;
|
||||
row-gap: 20px;
|
||||
|
||||
:global {
|
||||
.ant-table-small {
|
||||
@@ -240,9 +240,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
&.mobileMode {
|
||||
height: 100% !important;
|
||||
|
||||
.chatSection {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
@@ -276,6 +275,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
height: 100vh !important;
|
||||
}
|
||||
}
|
||||
|
||||
.conversation {
|
||||
@@ -444,10 +447,6 @@
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
// .messageItem {
|
||||
// margin-top: 12px;
|
||||
// }
|
||||
|
||||
.messageTime {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user