Commit 3bb56ece authored by 张冬's avatar 张冬

聊天问题

parent 4aad38f2
......@@ -49,6 +49,7 @@
<!-- 在线对话 -->
<div class="dialogue" style="margin-top: 30px;" v-show="dialogue">
<JwChat :taleList="dialogueList" scrollType="scroll" @enter="bindEnter" v-model="content" :toolConfig="tool" >
<el-button slot="tools" style="float:right" class="abs" @click="dialogue=false">关闭聊天框</el-button>
</JwChat>
</div>
<!--
......@@ -222,9 +223,9 @@
data() {
return {
tool: {
show: [''],
show: ['11'],
callback: this.toolEvent,
showEmoji: true,
showEmoji: false,
},
issueTable: false,
openStatus: '',
......@@ -681,6 +682,11 @@
</script>
<style scoped>
.abs{
position: absolute;
right:100px;
bottom:-91px
}
.flex-left {
display: flex;
justify-content: flex-start;
......
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 to comment