From 3853d982a21c8c8e83e425e17bb8500d5e07402c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 30 Jun 2023 15:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/AppConversation/conversationDetail.vue | 15 +++++++++++---- .../pidu/AppSensitive/conversationRecord.vue | 13 ++++++++++--- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index d2ebb57a..4336d56c 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -87,9 +87,8 @@
-

{{item.description}}

+

{{item.displayName}}

{{item.title}}

-
{{item.username}}{{item.displayname}}
@@ -240,7 +239,7 @@ export default { current: this.current, size: 10, msgType: this.tabList[this.currentTabs].value, - // msgType: 'weapp', + // msgType: 'link', toUserId: this.toUserId, roomId: this.roomId, type: this.type, @@ -506,7 +505,7 @@ export default { font-size: 32px; color: #333; line-height: 44px; - height: 74px; + margin-bottom: 30px; } p { font-family: PingFangSC-SNaNpxibold; @@ -520,6 +519,14 @@ export default { color: #999; line-height: 34px; } + .display-name { + font-family: PingFangSC-Regular; + font-weight: 400; + font-size: 24px; + color: #999; + line-height: 34px; + margin-bottom: 10px; + } } .card-right { img { diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index dc6e89b3..b78b886d 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -87,9 +87,8 @@
-

{{item.description}}

+

{{item.displayName}}

{{item.title}}

-
{{item.username}}{{item.displayname}}
@@ -579,7 +578,7 @@ export default { font-size: 32px; color: #333; line-height: 44px; - height: 74px; + margin-bottom: 30px; } p { font-family: PingFangSC-SNaNpxibold; @@ -593,6 +592,14 @@ export default { color: #999; line-height: 34px; } + .display-name { + font-family: PingFangSC-Regular; + font-weight: 400; + font-size: 24px; + color: #999; + line-height: 34px; + margin-bottom: 10px; + } } .card-right { img {