From 0fa0f0d88a9f71f28f5404638d6400d4493492b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Fri, 11 Dec 2020 23:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=9E=E5=A4=8D=E5=88=86?= =?UTF-8?q?=E7=BB=84=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 7 ++++++- static/html/chat_main.html | 18 ++++++++++++++++-- static/js/chat-main.js | 1 + 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index e68b99b..bbdedc6 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -326,10 +326,15 @@ color: #303133; height: 40px; line-height: 40px; - padding-left: 20px; + padding:0 10px; font-size: 14px; border-bottom:1px solid #E4E7ED; } +.chatRightTitle a{ + float: right; + text-decoration: none; + color: #519eff; +} .replyBox{ font-size: 12px; min-height: 300px; diff --git a/static/html/chat_main.html b/static/html/chat_main.html index db11a89..79a2896 100644 --- a/static/html/chat_main.html +++ b/static/html/chat_main.html @@ -196,7 +196,9 @@
-
快捷回复
+
快捷回复 + +添加分组 +
@@ -252,8 +254,20 @@ + + + + 取 消 + + +
- + \ No newline at end of file diff --git a/static/js/chat-main.js b/static/js/chat-main.js index 85ecb4e..11019dd 100644 --- a/static/js/chat-main.js +++ b/static/js/chat-main.js @@ -37,6 +37,7 @@ var app=new Vue({ face:[], transKefuDialog:false, otherKefus:[], + replyGroupDialog:false, }, methods: { //跳转