Commit 137e7c31 by panjiangyi

添加成员

parent 327b445d
Showing with 4 additions and 3 deletions
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
</template> </template>
</div> </div>
<div class="title-buttons"> <div class="title-buttons">
<el-button class="button" round>开始接待</el-button> <!-- <el-button class="button" round>开始接待</el-button>
<el-button class="button" round>结束接待</el-button> <el-button class="button" round>结束接待</el-button> -->
<el-button class="button" @click="terminate" round <el-button class="button" @click="terminate" round
>结束会话</el-button >结束会话</el-button
> >
<el-button class="button" @click="showAddMember" round <el-button class="button" @click="showAddMember" round
>转移接待</el-button >添加成员</el-button
> >
<i v-if="close" @click="close" class="title-close el-icon-close" /> <i v-if="close" @click="close" class="title-close el-icon-close" />
</div> </div>
...@@ -109,6 +109,7 @@ export default class ChatTitle extends Vue { ...@@ -109,6 +109,7 @@ export default class ChatTitle extends Vue {
.title-close { .title-close {
color: #8d959d; color: #8d959d;
cursor: pointer; cursor: pointer;
margin-left:30px;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment