fix bugs
This commit is contained in:
parent
1b76671d18
commit
5d09a47150
|
@ -69,7 +69,10 @@ define([
|
||||||
$(el).html(this.template({scope: this}));
|
$(el).html(this.template({scope: this}));
|
||||||
var isWrap = Common.localStorage.getBool("de-outline-wrap",true);
|
var isWrap = Common.localStorage.getBool("de-outline-wrap",true);
|
||||||
var fontSizeClass = Common.localStorage.getItem("de-outline-fontsize");
|
var fontSizeClass = Common.localStorage.getItem("de-outline-fontsize");
|
||||||
|
if(!fontSizeClass) fontSizeClass='medium';
|
||||||
this.$el = $(el);
|
this.$el = $(el);
|
||||||
|
/*Common.localStorage.removeItem("de-outline-wrap");
|
||||||
|
Common.localStorage.removeItem("de-outline-fontsize");*/
|
||||||
|
|
||||||
|
|
||||||
this.btnClose = new Common.UI.Button({
|
this.btnClose = new Common.UI.Button({
|
||||||
|
|
|
@ -9,8 +9,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 12px;
|
padding: 12px;
|
||||||
marging-top: 2px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
||||||
|
|
Loading…
Reference in a new issue