[bug] fix header resize on layout event
This commit is contained in:
parent
301d275016
commit
6776a6ad50
|
@ -1,7 +1,6 @@
|
||||||
.container {
|
.container {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
transition: all var(--animation-speed-fast) ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-layout-fluid .container,
|
.is-layout-fluid .container,
|
||||||
|
|
|
@ -340,6 +340,7 @@ var control = (function() {
|
||||||
value: this.value
|
value: this.value
|
||||||
});
|
});
|
||||||
render();
|
render();
|
||||||
|
header.render();
|
||||||
data.save();
|
data.save();
|
||||||
}, false);
|
}, false);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue