会话存档

This commit is contained in:
liuye
2023-06-30 15:09:35 +08:00
parent 452dcaa888
commit 3853d982a2
2 changed files with 21 additions and 7 deletions

View File

@@ -87,9 +87,8 @@
<div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)"> <div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)">
<div class="top"> <div class="top">
<div class="card-left"> <div class="card-left">
<h3>{{item.description}}</h3> <h3 class="display-name">{{item.displayName}}</h3>
<p>{{item.title}}</p> <p>{{item.title}}</p>
<div>{{item.username}}{{item.displayname}}</div>
</div> </div>
<div class="card-right"> <div class="card-right">
<img src="./img/app-icon.png" alt="" > <img src="./img/app-icon.png" alt="" >
@@ -240,7 +239,7 @@ export default {
current: this.current, current: this.current,
size: 10, size: 10,
msgType: this.tabList[this.currentTabs].value, msgType: this.tabList[this.currentTabs].value,
// msgType: 'weapp', // msgType: 'link',
toUserId: this.toUserId, toUserId: this.toUserId,
roomId: this.roomId, roomId: this.roomId,
type: this.type, type: this.type,
@@ -506,7 +505,7 @@ export default {
font-size: 32px; font-size: 32px;
color: #333; color: #333;
line-height: 44px; line-height: 44px;
height: 74px; margin-bottom: 30px;
} }
p { p {
font-family: PingFangSC-SNaNpxibold; font-family: PingFangSC-SNaNpxibold;
@@ -520,6 +519,14 @@ export default {
color: #999; color: #999;
line-height: 34px; 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 { .card-right {
img { img {

View File

@@ -87,9 +87,8 @@
<div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)"> <div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)">
<div class="top"> <div class="top">
<div class="card-left"> <div class="card-left">
<h3>{{item.description}}</h3> <h3 class="display-name">{{item.displayName}}</h3>
<p>{{item.title}}</p> <p>{{item.title}}</p>
<div>{{item.username}}{{item.displayname}}</div>
</div> </div>
<div class="card-right"> <div class="card-right">
<img src="./img/app-icon.png" alt="" > <img src="./img/app-icon.png" alt="" >
@@ -579,7 +578,7 @@ export default {
font-size: 32px; font-size: 32px;
color: #333; color: #333;
line-height: 44px; line-height: 44px;
height: 74px; margin-bottom: 30px;
} }
p { p {
font-family: PingFangSC-SNaNpxibold; font-family: PingFangSC-SNaNpxibold;
@@ -593,6 +592,14 @@ export default {
color: #999; color: #999;
line-height: 34px; 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 { .card-right {
img { img {