diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index 5ef1aa7f..0d2f7da6 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -44,10 +44,14 @@
- -

{{item.toUserName}}

- -

{{item.roomName}}

+
+ +

{{item.toUserName}}

+ +

{{item.roomName}}

+
+
{{item.roomType == 1 ? '内部' : '外部'}}
+
{{item.toUserType == 1 ? '内部' : '外部'}}
@@ -195,8 +199,30 @@ export default { border-top: 1px solid #eee; background-color: #fff; .item { - padding: 24px 0 0 32px; + padding: 24px 32px 0 32px; display: flex; + justify-content: space-between; + .flex-left { + padding-right: 8px; + box-sizing: border-box; + } + .flex-right { + font-size: 12px; + margin-top: 26px; + width: 56px; + height: 28px; + line-height: 28px; + text-align: center; + border-radius: 4px; + } + .type1 { + background-color: #EAF4FF; + color: #267EF0; + } + .type2 { + background-color: #FDEEE1; + color: #FB7D29; + } img { width: 80px; height: 80px; @@ -213,6 +239,8 @@ export default { color: #333; letter-spacing: 0.3px; border-bottom: 1px solid #eee; + display: inline-block; + vertical-align: top; } } .item:nth-last-child(1) {