This commit is contained in:
lzp
2026-04-01 16:03:24 +08:00
5 changed files with 41 additions and 20 deletions

View File

@@ -87,7 +87,7 @@
)
const listenAssistantPushChat = (message: Message) => {
console.log('有新消息--');
console.log('有新消息--')
const exist = messageList.value.find((item: Message) => item.nodeType === message.nodeType)
if (!exist) {
@@ -157,7 +157,8 @@
.assistant-header {
height: 5.66rem;
font-family: 'Regular';
font-family: 'Medium';
color: #d58c4d;
font-size: 1.6rem;
padding: 0 1.59rem 0 2.05rem;
background: linear-gradient(

View File

@@ -78,6 +78,7 @@
.thumb {
width: 4rem;
height: 4rem;
flex-shrink: 0;
.assistant-head {
width: 100%;
height: 100%;
@@ -90,7 +91,7 @@
// width: 26.2rem;
// align-self: end;
// }
font-size: 1.4rem;
font-size: 1rem;
font-family: 'Regular';
color: #333;
padding: 1.1rem 1.7rem;