Browse Source

REPORT-38729 fix: 图标按钮文字宽度不得超过父亲宽度

es6
iapyang 4 years ago
parent
commit
a8d7c3cd8a
  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