EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: guan_zo on August 09, 2018, 12:46:23 AM



Title: Layout Collapse Not Alignment
Post by: guan_zo on August 09, 2018, 12:46:23 AM
Layout Collapse Not Alignment


Title: Re: Layout Collapse Not Alignment
Post by: jarry on August 09, 2018, 08:24:17 PM
Please override the 'collapsedSize' property value with 32.
Code:
$.extend($.fn.layout.paneldefaults, {
collapsedSize:32
});

Or download a newer version of EasyUI.