windy 6 years ago
parent
commit
6dfa059850
  1. 8
      dist/base.js
  2. 10
      dist/bundle.js
  3. 2
      dist/bundle.min.css
  4. 12
      dist/bundle.min.js
  5. 2
      dist/case.js
  6. 10
      dist/fineui.js
  7. 2
      dist/fineui.min.css
  8. 12
      dist/fineui.min.js
  9. 2
      dist/utils.min.js
  10. 8
      src/base/single/tip/tip.tooltip.js
  11. 2
      src/case/layer/layer.panel.js

8
dist/base.js vendored

@ -10767,7 +10767,8 @@ BI.shortcut("bi.toast", BI.Toast);/**
*/
BI.Tooltip = BI.inherit(BI.Tip, {
_const: {
hgap: 10
hgap: 5,
vgap: 3
},
_defaultConfig: function () {
@ -10821,8 +10822,9 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 20,
hgap: this._const.hgap
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
});
}
},

10
dist/bundle.js vendored

@ -46042,7 +46042,8 @@ BI.shortcut("bi.toast", BI.Toast);/**
*/
BI.Tooltip = BI.inherit(BI.Tip, {
_const: {
hgap: 10
hgap: 5,
vgap: 3
},
_defaultConfig: function () {
@ -46096,8 +46097,9 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 20,
hgap: this._const.hgap
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
});
}
},
@ -55529,7 +55531,7 @@ BI.PopupPanel = BI.inherit(BI.MultiPopupView, {
});
return BI.createWidget({
type: "bi.htape",
cls: "popup-panel-title bi-header-background bi-border",
cls: "popup-panel-title bi-header-background",
height: 25,
items: [{
el: {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

12
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -6897,7 +6897,7 @@ BI.PopupPanel = BI.inherit(BI.MultiPopupView, {
});
return BI.createWidget({
type: "bi.htape",
cls: "popup-panel-title bi-header-background bi-border",
cls: "popup-panel-title bi-header-background",
height: 25,
items: [{
el: {

10
dist/fineui.js vendored

@ -46263,7 +46263,8 @@ BI.shortcut("bi.toast", BI.Toast);/**
*/
BI.Tooltip = BI.inherit(BI.Tip, {
_const: {
hgap: 10
hgap: 5,
vgap: 3
},
_defaultConfig: function () {
@ -46317,8 +46318,9 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 20,
hgap: this._const.hgap
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
});
}
},
@ -55750,7 +55752,7 @@ BI.PopupPanel = BI.inherit(BI.MultiPopupView, {
});
return BI.createWidget({
type: "bi.htape",
cls: "popup-panel-title bi-header-background bi-border",
cls: "popup-panel-title bi-header-background",
height: 25,
items: [{
el: {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

8
src/base/single/tip/tip.tooltip.js

@ -7,7 +7,8 @@
*/
BI.Tooltip = BI.inherit(BI.Tip, {
_const: {
hgap: 10
hgap: 5,
vgap: 3
},
_defaultConfig: function () {
@ -61,8 +62,9 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 20,
hgap: this._const.hgap
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
});
}
},

2
src/case/layer/layer.panel.js

@ -32,7 +32,7 @@ BI.PopupPanel = BI.inherit(BI.MultiPopupView, {
});
return BI.createWidget({
type: "bi.htape",
cls: "popup-panel-title bi-header-background bi-border",
cls: "popup-panel-title bi-header-background",
height: 25,
items: [{
el: {

Loading…
Cancel
Save