diff --git a/static/html/login.html b/static/html/login.html index d54c938..ca4244a 100644 --- a/static/html/login.html +++ b/static/html/login.html @@ -46,16 +46,20 @@ position: fixed; right: 2px; bottom: 10px; - min-height: 300px; + width: 325px; } .chatBox{ - min-height: 200px; + max-height: 400px; + overflow-y: auto; + overflow-x: hidden; } + .chatBox .el-col{margin:10px 0;} .chatUser{ line-height: 24px; font-size: 12px; white-space: nowrap; color: #999; + text-align: left; } .chatContent{ text-align: left; @@ -146,7 +150,7 @@
- +
<{v.name}>
<{v.content}>
@@ -161,13 +165,13 @@
- +