mirror of https://github.com/ColorlibHQ/AdminLTE
rebuild dist files
parent
17aea0e4ef
commit
5ac281611b
|
@ -1511,6 +1511,7 @@
|
|||
var CLASS_NAME_LAYOUT_FIXED$1 = 'layout-fixed';
|
||||
var CLASS_NAME_CONTROL_SIDEBAR_SLIDE_OPEN = 'control-sidebar-slide-open';
|
||||
var CLASS_NAME_CONTROL_SIDEBAR_OPEN$1 = 'control-sidebar-open';
|
||||
var CLASS_NAME_LAYOUT_TOP_NAV = 'layout-top-nav';
|
||||
var Default$6 = {
|
||||
scrollbarTheme: 'os-theme-light',
|
||||
scrollbarAutoHide: 'l',
|
||||
|
@ -1566,7 +1567,11 @@
|
|||
|
||||
if (offset !== false) {
|
||||
if (max === heights.controlSidebar) {
|
||||
if ($body.hasClass(CLASS_NAME_LAYOUT_TOP_NAV)) {
|
||||
$contentSelector.css(this._config.panelAutoHeightMode, max + offset + heights.header + heights.footer);
|
||||
} else {
|
||||
$contentSelector.css(this._config.panelAutoHeightMode, max + offset);
|
||||
}
|
||||
} else if (max === heights.window) {
|
||||
$contentSelector.css(this._config.panelAutoHeightMode, max + offset - heights.header - heights.footer);
|
||||
} else {
|
||||
|
@ -1641,6 +1646,9 @@
|
|||
$__default['default'](window).resize(function () {
|
||||
_this.fixLayoutHeight();
|
||||
});
|
||||
$__default['default'](document).ready(function () {
|
||||
_this.fixLayoutHeight();
|
||||
});
|
||||
setTimeout(function () {
|
||||
$__default['default']('body.hold-transition').removeClass('hold-transition');
|
||||
}, 50);
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue