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