
@@ -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 {