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

聊天问题

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