diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index 173d7651..ad4cfa33 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -9,7 +9,11 @@ {{deptUserList[0].name}} 部门名称 - +
+ +
+ +
@@ -101,6 +105,10 @@ export default { }, methods: { + clearDept() { + this.deptUserList = [] + this.getListInit() + }, change(index) { this.keyword = '' this.currentTabs = index @@ -180,6 +188,15 @@ export default { .left { width: 350px; line-height: 64px; + .clear-btn { + display: inline-block; + padding: 0 16px; + } + .del-icon { + width: 32px; + height: 32px; + vertical-align: middle; + } } .right { width: calc(100% - 350px); @@ -220,11 +237,11 @@ export default { box-sizing: border-box; } .flex-right { - font-size: 12px; + font-size: 24px; margin-top: 26px; - width: 56px; - height: 28px; - line-height: 28px; + width: 78px; + height: 34px; + line-height: 34px; text-align: center; border-radius: 4px; }