Browse Source

Pull request #1610: 无JIRA任务 text_button默认值

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '8bff7eb0255216c0d8dc4140ca2e1f124397e8af':
  无JIRA任务 text_button默认值
es6
windy 4 years ago
parent
commit
7f4a24c842
  1. 1
      src/base/single/button/buttons/button.text.js

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

@ -18,7 +18,6 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
lgap: 0,
rgap: 0,
vgap: 0,
text: "",
py: ""
});
},

Loading…
Cancel
Save