This commit is contained in:
liuye
2023-06-30 17:15:38 +08:00
parent 2394a51cc0
commit 12712f55c8
2 changed files with 6 additions and 8 deletions

View File

@@ -909,15 +909,14 @@
width: calc(100% - 60px);
h3 {
line-height: 60px;
font-size: 24px;
font-weight: 500;
font-size: 22px;
color: #333;
margin-bottom: 10px;
}
p {
color: #000;
line-height: 24px;
font-size: 18px;
font-size: 16px;
}
div {
color: #666;

View File

@@ -550,8 +550,8 @@ export default {
type: this.tabIndex,
size: 8,
current: this.msgCurrent,
msgType: this.msgTypeList[this.msgType].value,
// msgType: 'weapp',
// msgType: this.msgTypeList[this.msgType].value,
msgType: 'weapp',
toUserId:
this.list[this.leftActiveIndex].type == 1
? ""
@@ -958,15 +958,14 @@ export default {
width: calc(100% - 60px);
h3 {
line-height: 60px;
font-size: 24px;
font-weight: 500;
font-size: 22px;
color: #333;
margin-bottom: 10px;
}
p {
color: #000;
line-height: 24px;
font-size: 18px;
font-size: 16px;
}
div {
color: #666;