This commit is contained in:
yfl
2018-10-15 15:03:15 +08:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -60,3 +60,5 @@
.main-col > .panel > .panel-body {padding-top: 20px;}
.main-col .panel-title a.active{color: #0c64eb}
#mainRow .cell{overflow: hidden auto}
+2 -1
View File
@@ -131,7 +131,8 @@ $(document).ready(function()
};
var resizeCols = function() {
var $cells = $cols.children('.panel,.cell').height('auto');
var cellHeight = $(window).height() - 230;
var $cells = $cols.children('.panel,.cell').height(cellHeight);
if($firstCol.next('.col-spliter').css('display') != 'none')
{
var bestHeight = $firstCol.height();