File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -331,9 +331,11 @@ a{color: #07a9fe;text-decoration: none;}
331
331
color : # 007aff ;
332
332
cursor : pointer;
333
333
}
334
- .iconBtnsBox .kefuSendBtn {
335
- margin-left : auto;
336
- margin-right : 2px ;
334
+ .kefuSendBtn {
335
+ position : absolute;
336
+ right : 10px ;
337
+ bottom : 10px ;
338
+ z-index : 2 ;
337
339
}
338
340
.clear {clear : both;}
339
341
@@ -504,7 +506,10 @@ a{color: #07a9fe;text-decoration: none;}
504
506
line-height : 23px ;
505
507
color : # 666 ;
506
508
}
507
- /* 定义滚动条的宽度、高度和背景色 */
509
+ .chatArea .el-textarea__inner {
510
+ border : none;
511
+ }
512
+ /* 定义滚动条的宽度、高度和背景色 */
508
513
::-webkit-scrollbar {
509
514
width : 8px ;
510
515
height : 10px ;
Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="/static/css/common.css?v=dgftr65ujhfg ">
12
12
< script src ="/assets/js/functions.js "> </ script >
13
13
< script src ="/assets/js/reconnecting-websocket.min.js "> </ script >
14
+ < link rel ="stylesheet " href ="/static/css/icon/iconfont.css?v=fgjlgfda "/>
14
15
< style >
15
16
html , body {overflow : hidden;height : 100% ;padding : 0 ;margin : 0 ;background-color : # f5f5f5 ;}
16
17
.el-row {width : 100% }
114
115
< div class ="clear "> </ div >
115
116
</ div >
116
117
< el-tooltip content ="发送表情 " placement ="top ">
117
- < div class ="iconBtn faceBtn el- icon-s-shop " style ="font-size: 24px; " @click.stop ="showFaceIcon==true?showFaceIcon=false:showFaceIcon=true "> </ div >
118
+ < div class ="iconBtn iconfont icon-xiaolian " style ="font-size: 24px; " @click.stop ="showFaceIcon==true?showFaceIcon=false:showFaceIcon=true "> </ div >
118
119
</ el-tooltip >
119
120
120
121
< el-tooltip content ="上传图片 " placement ="top ">
126
127
< el-tooltip content ="消息记录 " placement ="top ">
127
128
< div class ="iconBtn el-icon-chat-line-round " v-on:click ="getMesssagesByVisitorId(visitor.visitor_id,true) " style ="font-size: 24px; "> </ div >
128
129
</ el-tooltip >
129
- < el-button class =" kefuSendBtn " :disabled =" sendDisabled " size =" mini " type =" primary " v-on:click =" chatToUser " > 发送 </ el-button >
130
+
130
131
</ div >
131
132
< div class ="clear "> </ div >
132
- < el-input type ="textarea " :rows ="4 " class ="chatArea " v-model ="messageContent " v-on:keyup.enter.native ="chatToUser " placeholder ="请输入内容 "> </ el-input >
133
+ < el-button class ="kefuSendBtn " :disabled ="sendDisabled " size ="mini " type ="primary " v-on:click ="chatToUser "> 发送</ el-button >
134
+ < el-input type ="textarea " :autosize ="{ minRows: 8, maxRows: 12} " class ="chatArea " v-model ="messageContent " v-on:keyup.enter.native ="chatToUser " placeholder ="请输入内容 "> </ el-input >
133
135
</ div >
134
136
135
137
</ div >
You can’t perform that action at this time.
0 commit comments