From 91fcb5da43dfb72640b7686ab7fe4c1b6eddbeab Mon Sep 17 00:00:00 2001
From: taoshihan1991 <630892807@qq.com>
Date: Wed, 23 Sep 2020 13:44:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
static/css/common.css | 3 ++-
static/html/chat_page.html | 8 ++++----
tmpl/setting.go | 7 +++++++
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/static/css/common.css b/static/css/common.css
index 791a98d..7ad9c97 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -295,6 +295,7 @@
.chatBoxMe .chatUser{text-align: right}
.chatBoxMe .chatContent:after{left:auto;right: -10px;}
.chatArea{float: left;width: 85%;margin: 4px 0 0 4px;}
+.chatArea .el-textarea__inner{padding: 1px 5px}
.btnArea{width: 10%;float: right;}
@media screen and (max-width: 500px) {
body{background: #fff}
@@ -303,7 +304,7 @@
}
.chatTitle{height: 30px;line-height: 30px;color: #1989fa}
-.chatBoxSend{background: #f5f5f5;position: fixed;bottom: 0;width: 100%;height: 86px;max-width: 800px;}
+.chatBoxSend{background: #f5f5f5;position: fixed;bottom: 2px;width: 100%;height: 86px;max-width: 800px;}
.chatBoxSendBtn{float: right;margin: 12px 4px 0 0;}
.chatTime{text-align: center;color: #bbb;margin: 5px 0;font-size: 12px;}
.chatTimeHide{display: none;}
diff --git a/static/html/chat_page.html b/static/html/chat_page.html
index 65bf0b9..f370a08 100644
--- a/static/html/chat_page.html
+++ b/static/html/chat_page.html
@@ -12,7 +12,7 @@
-
+