diff --git a/App.vue b/App.vue index 7b7b95a..002072b 100644 --- a/App.vue +++ b/App.vue @@ -1,11 +1,13 @@ + diff --git a/pages.json b/pages.json index f51e6ec..4dae9c8 100644 --- a/pages.json +++ b/pages.json @@ -35,9 +35,8 @@ "path": "pages/record/drink", "name": "Drink", "style": { - "navigationBarTitleText": "记录喝水", - "navigationBarBackgroundColor": "#34CE98", - "navigationBarTextStyle": "white" + "navigationBarTitleText": "记录", + "navigationStyle": "custom" } }, { @@ -53,9 +52,8 @@ "path": "pages/record/foods", "name": "RecordFoods", "style": { - "navigationBarTitleText": "食物记录", - "navigationBarBackgroundColor": "#34CE98", - "navigationBarTextStyle": "white" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { diff --git a/pages/im/components/messageCell.vue b/pages/im/components/messageCell.vue index bb6bfd4..16773e0 100644 --- a/pages/im/components/messageCell.vue +++ b/pages/im/components/messageCell.vue @@ -6,7 +6,7 @@ - {{ contact(item.targetId).name }} + {{ contact(item.targetId).name }} [群] {{ item.sentTime|timeCustomCN }} .msg--text { .name { - font-size: 24rpx; - line-height: 34rpx; + font-size: 26rpx; + padding-bottom: 10rpx; color: $text-gray-m; } .im--text { - max-width: 500rpx; + max-width: 508rpx; padding: 20rpx; - line-height: 44rpx; + line-height: 46rpx; font-size: 32rpx; + color: $text-color; &.left { border-radius: 0 20rpx 20rpx 20rpx; diff --git a/pages/im/components/showVoice.nvue b/pages/im/components/showVoice.nvue index c013d93..3963f55 100644 --- a/pages/im/components/showVoice.nvue +++ b/pages/im/components/showVoice.nvue @@ -1,12 +1,12 @@ -