From 68d337ee80055fd194b915d2e8b666ce1f1a74dc Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 25 Jan 2021 10:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/html/chat_main.html b/static/html/chat_main.html index ec8d9ba..7d2b915 100644 --- a/static/html/chat_main.html +++ b/static/html/chat_main.html @@ -15,7 +15,7 @@ html, body {overflow:hidden;height: 100%;padding: 0;margin: 0;background-color: #f5f5f5;} .el-row{width:100%} .chatBg{background: #fff;border: solid 1px #e6e6e6;overflow: hidden;} - .chatLeft{height:100%;margin-left: 4px;} + .chatLeft{height:100%;margin-left: 4px;overflow:auto;} .sw-bg{background: #fff;border: solid 1px #e6e6e6;boder-top:none;padding:5px 10px;} .chatBgContext .el-row{margin-bottom: 5px;} .chatBgContext{position: relative;height: 100%;}