Browse Source

Pull request #1496: REPORT-38729 图标按钮文字宽度不得超过父亲宽度

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit 'a8d7c3cd8a9cd09b49f9f82bfddb32c9905f46dd':
  REPORT-38729 fix: 图标按钮文字宽度不得超过父亲宽度
es6
Teller 4 years ago
parent
commit
eecad07660
  1. 1
      src/base/single/button/buttons/button.js

1
src/base/single/button/buttons/button.js

@ -74,6 +74,7 @@ BI.Button = BI.inherit(BI.BasicButton, {
vgap: o.vgap,
items: [{
type: "bi.horizontal",
columnSize: ["", "fill"],
items: [this.icon, this.text]
}]
});

Loading…
Cancel
Save