基础功能上传

This commit is contained in:
邰广银 2017-10-28 10:40:15 +08:00
parent 27ecea41cb
commit c2f500158b

View File

@ -141,7 +141,7 @@ a {
left: 0;
z-index: 2;
width: 100%;
height: 50px;
height: 2.5rem;
background-color: #fff;
box-shadow: 0 -1px 0 0 rgba(0,0,0,.04), 0 -2px 0 0 rgba(0,0,0,.01);
}
@ -195,3 +195,11 @@ a {
color: #858e99;
cursor: pointer;
}
.msg-container{
overflow: auto;
height: calc(100% - 2.5rem);
}
.content-block {
margin: 0;
}