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;}