add cal for panel body

This commit is contained in:
Zoker 2016-10-18 22:32:11 +08:00
parent 6358e42515
commit ef300d3617
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@
}
.panel-body {
border-top-color: $NormalBorderColor;
height: calc(100vh - 170px);
overflow-x: hidden;
white-space: nowrap;
overflow-y: scroll;
}
.panel-footer {
border-bottom-color: $NormalBorderColor;