diff --git a/static/css/common.css b/static/css/common.css index dbd0f8e..9c30cb8 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -488,4 +488,16 @@ a{color: #07a9fe;text-decoration: none;} margin-left: -450px; max-width: 900px; } +} +.visitorEditorArea{ + margin: 0 5px; +} +.visitorEditorArea textarea { + padding: 7px 0 7px 8px; + font-size:16px; + line-height: 21px; +} +.visitorEditor{ + display: flex; + align-items: center; } \ No newline at end of file diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 5be4078..18cf57d 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -22,6 +22,8 @@ new Vue({ replys:[], noticeName:"", noticeAvatar:"", + showIconBtns:false, + showFaceIcon:false, }, methods: { //初始化websocket diff --git a/static/templates/chat_page.html b/static/templates/chat_page.html index bc51ba1..bd52e05 100644 --- a/static/templates/chat_page.html +++ b/static/templates/chat_page.html @@ -45,9 +45,11 @@
- - <{flyLang.sent}> - +
+ + + <{flyLang.sent}> +
- <{flyLang.copyright}> + GO-FLY0.4.2开源客服系统