From 12712f55c836002174d594e0d8e3b84a880b4bc1 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 30 Jun 2023 17:15:38 +0800 Subject: [PATCH] css --- project/pidu/app/AppSensitive/components/Detail.vue | 5 ++--- project/pidu/app/AppSessionArchive/components/Detail.vue | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/project/pidu/app/AppSensitive/components/Detail.vue b/project/pidu/app/AppSensitive/components/Detail.vue index 483c8686..8d5ccc72 100644 --- a/project/pidu/app/AppSensitive/components/Detail.vue +++ b/project/pidu/app/AppSensitive/components/Detail.vue @@ -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; diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index ba827202..9a2352d4 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -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;