|
@@ -130,7 +130,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.right {
|
|
|
- height: 600px;
|
|
|
+ height: 560px;
|
|
|
margin-top: 30px;
|
|
|
border-top-left-radius: 5px;
|
|
|
border-bottom-left-radius: 5px;
|
|
@@ -147,11 +147,11 @@ export default {
|
|
|
background-color: #409eff;
|
|
|
}
|
|
|
.down {
|
|
|
- height: 560px;
|
|
|
+ // height: 560px;
|
|
|
overflow: hidden;
|
|
|
padding: 0 0 0 10px;
|
|
|
.list {
|
|
|
- height: 520px;
|
|
|
+ height: 480px;
|
|
|
overflow-y: auto;
|
|
|
.chatList {
|
|
|
padding: 10px 0;
|