客服端样式高度动态计算

pull/23/head
taoshihan1991 3 years ago
parent 3bd63f2ea5
commit 4d8255a51c

@ -411,7 +411,9 @@
}
.kefuFuncBox{
position: absolute;
bottom: 64px;
bottom: 0px;
width: 100%;
padding-bottom: 10px;
background: #fff;
}
.clear{clear:both;}

@ -27,7 +27,7 @@
}
.chatBoxMe .el-col-3{float: right;text-align: right;}
.chatBoxMe .chatUser{text-align: right}
.chatBox{width: 100%;height:380px;overflow-y: auto;overflow-x: hidden;}
.chatBox{width: 100%;height:calc(100% - 175px);;overflow-y: auto;overflow-x: hidden;}
.chatTime{text-align: center;color: #bbb;margin: 5px 0;font-size: 12px;}
.funcBtns{margin: 2px 0px;color: #7f7f7f;border-bottom: 1px solid #e6e6e6;font-size: 12px;padding: 5px 0px;}
</style>

@ -41,7 +41,7 @@
}
.mainIframe{
width: 100%;
height: 100%;
height: calc(100% - 60px);
}
.el-card__body{
cursor: pointer;

Loading…
Cancel
Save