File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -309,15 +309,8 @@ a{color: #07a9fe;text-decoration: none;}
309
309
.chatBoxMe .chatContent : before {border-left-color : rgb (152 , 225 , 101 );border-right : none;right : -5px ;left : auto;}
310
310
.chatBoxMe .el-col-3 {float : right;text-align : right;}
311
311
.chatBoxMe .chatUser {text-align : right}
312
- .chatArea {float : left;width : 85% ;margin : 4px 0 0 4px ;}
313
- .chatArea .el-textarea__inner {padding : 1px 5px }
314
312
.btnArea {width : 10% ;float : right;}
315
- @media screen and (max-width : 500px ) {
316
- body {background : # fff }
317
- .chatCenter {border : none;box-shadow : none;margin-top : 0px ;}
318
- .chatArea {width : 70% ;}
319
- .btnArea {width : 20% ;}
320
- }
313
+
321
314
322
315
.chatTitle {height : 30px ;line-height : 30px ;color : # 1989fa }
323
316
.chatBoxSend {
@@ -378,6 +371,7 @@ a{color: #07a9fe;text-decoration: none;}
378
371
display : flex;
379
372
align-items : center;
380
373
color : # 7e7e7e ;
374
+ height : 35px ;
381
375
}
382
376
.iconBtnsBox .iconBtn {
383
377
margin-right : 10px ;
@@ -388,12 +382,13 @@ a{color: #07a9fe;text-decoration: none;}
388
382
389
383
.kefuFuncBox {
390
384
position : absolute;
385
+ height : 135px ;
391
386
bottom : 0px ;
392
387
width : 100% ;
393
- padding-bottom : 10px ;
394
388
background : # fff ;
389
+ border-top : 1px solid # e5e5e5 ;
395
390
}
396
- . kefuFuncBox . el-textarea { width : 99 % ;}
391
+
397
392
.kefuFolderBtn {vertical-align : middle;}
398
393
.visitorReply {
399
394
font-size : 14px ;
@@ -408,6 +403,7 @@ a{color: #07a9fe;text-decoration: none;}
408
403
}
409
404
.iconBtnsBox .kefuSendBtn {
410
405
margin-left : auto;
406
+ margin-right : 2px ;
411
407
}
412
408
.clear {clear : both;}
413
409
Original file line number Diff line number Diff line change 27
27
28
28
.chatBoxMe .el-col-3 {float : right;text-align : right;}
29
29
.chatBoxMe .chatUser {text-align : right}
30
- .chatBox {width : 100% ;height : calc (100% - 130 px );;overflow- y: auto ;overflow- x: hidden;}
30
+ .chatBox {width : 100% ;height : calc (100% - 170 px );;overflow- y: auto ;overflow- x: hidden;}
31
31
.chatTime {text-align : center;color : # bbb ;margin : 5px 0 ;font-size : 12px ;}
32
32
</ style >
33
33
</ head >
121
121
< div class ="iconBtn el-icon-picture " id ="uploadImg " v-on:click ="uploadImg('/uploadimg') " style ="font-size: 24px; "> </ div >
122
122
</ el-tooltip >
123
123
< el-tooltip content ="上传附件 " placement ="top ">
124
- < div class ="iconBtn el-icon-upload " id ="uploadFile " v-on:click ="uploadFile('/2/uploadFile ') " style ="font-size: 26px; "> </ div >
124
+ < div class ="iconBtn el-icon-upload " id ="uploadFile " v-on:click ="uploadFile('/uploadfile ') " style ="font-size: 26px; "> </ div >
125
125
</ el-tooltip >
126
126
< el-tooltip content ="消息记录 " placement ="top ">
127
127
< div class ="iconBtn el-icon-chat-line-round " v-on:click ="getMesssagesByVisitorId(visitor.visitor_id,true) " style ="font-size: 24px; "> </ div >
128
128
</ el-tooltip >
129
129
< el-button class ="kefuSendBtn " :disabled ="sendDisabled " size ="mini " type ="primary " v-on:click ="chatToUser "> 发送</ el-button >
130
130
</ div >
131
131
< div class ="clear "> </ div >
132
- < el-input type ="textarea " class ="chatArea " v-model ="messageContent " v-on:keyup.enter.native ="chatToUser " placeholder ="请输入内容 "> </ el-input >
132
+ < el-input type ="textarea " :rows =" 4 " class ="chatArea " v-model ="messageContent " v-on:keyup.enter.native ="chatToUser " placeholder ="请输入内容 "> </ el-input >
133
133
</ div >
134
134
135
135
</ div >
Original file line number Diff line number Diff line change 69
69
</ div >
70
70
</ div >
71
71
< div class ="chatArticle ">
72
- < h3 class ="hotQuestionTitle "> < img src ="/static/images/fire.svg " class ="fire "> 热门问题
72
+ < h3 class ="hotQuestionTitle "> < img src ="/static/images/fire.svg " class ="fire "> 公告通知
73
73
</ h3 >
74
74
</ div >
75
75
You can’t perform that action at this time.
0 commit comments