Browse Source

floatbox标题栏高度

es6
windy 7 years ago
parent
commit
a8e25b990b
  1. 4
      dist/base.js
  2. 4
      dist/bundle.js
  3. 4
      dist/fineui.js
  4. 4
      src/base/layer/layer.floatbox.js

4
dist/base.js vendored

@ -15285,7 +15285,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
el: {
type: "bi.icon_button",
cls: "bi-message-close close-font",
height: 50,
height: 36,
handler: function () {
self.currentSectionProvider.close();
}
@ -15294,7 +15294,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
}
}
},
height: 50
height: 36
},
center: {
el: {

4
dist/bundle.js vendored

@ -41337,7 +41337,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
el: {
type: "bi.icon_button",
cls: "bi-message-close close-font",
height: 50,
height: 36,
handler: function () {
self.currentSectionProvider.close();
}
@ -41346,7 +41346,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
}
}
},
height: 50
height: 36
},
center: {
el: {

4
dist/fineui.js vendored

@ -43101,7 +43101,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
el: {
type: "bi.icon_button",
cls: "bi-message-close close-font",
height: 50,
height: 36,
handler: function () {
self.currentSectionProvider.close();
}
@ -43110,7 +43110,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
}
}
},
height: 50
height: 36
},
center: {
el: {

4
src/base/layer/layer.floatbox.js

@ -65,7 +65,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
el: {
type: "bi.icon_button",
cls: "bi-message-close close-font",
height: 50,
height: 36,
handler: function () {
self.currentSectionProvider.close();
}
@ -74,7 +74,7 @@ BI.FloatBox = BI.inherit(BI.Widget, {
}
}
},
height: 50
height: 36
},
center: {
el: {

Loading…
Cancel
Save