style: 对话中文字体&小象样式
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user