会话存档
This commit is contained in:
@@ -87,9 +87,8 @@
|
||||
<div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)">
|
||||
<div class="top">
|
||||
<div class="card-left">
|
||||
<h3>{{item.description}}</h3>
|
||||
<h3 class="display-name">{{item.displayName}}</h3>
|
||||
<p>{{item.title}}</p>
|
||||
<div>{{item.username}}{{item.displayname}}</div>
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<img src="./img/app-icon.png" alt="" >
|
||||
@@ -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 {
|
||||
|
||||
@@ -87,9 +87,8 @@
|
||||
<div class="card-info" v-if="item.msgType == 'weapp'" @click="openApp(item)">
|
||||
<div class="top">
|
||||
<div class="card-left">
|
||||
<h3>{{item.description}}</h3>
|
||||
<h3 class="display-name">{{item.displayName}}</h3>
|
||||
<p>{{item.title}}</p>
|
||||
<div>{{item.username}}{{item.displayname}}</div>
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<img src="./img/app-icon.png" alt="" >
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user