From 1cef6310d272906c7ae4bdf637a97e562477597a Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 22 Jul 2020 19:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_page.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/html/chat_page.html b/static/html/chat_page.html index e7d1c95..d7e1a69 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -68,10 +68,11 @@ .chatBoxMe .el-col-3{float: right;text-align: right;} .chatBoxMe .chatUser{text-align: right} .chatBoxMe .chatContent:after{left:auto;right: -10px;} - .chatArea .el-textarea__inner{height: 100%;} + .chatArea{margin: 5px 0 0 5px;} + .chatArea .el-textarea__inner{width: 85%;} .chatTitle{height: 30px;line-height: 30px;color: #1989fa} .chatBoxSend{background: #fff;position: fixed;bottom: 0;left: 0;width: 100%;height: 67px;} - .chatBoxSendBtn{position: absolute;bottom: 1px;right: 2px;} + .chatBoxSendBtn{position: absolute;right: 5px;bottom:50%;margin-bottom: -16px;} .chatTime{text-align: center;color: #bbb;margin: 5px 0;font-size: 12px;} .chatTimeHide{display: none;} .clear{clear:both;}