Browse Source

chore: title属性需要传给子label

es6
Cauchy.Ke 2 years ago
parent
commit
5390bdd6e0
  1. 2
      src/base/single/button/buttons/button.text.js

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

@ -42,7 +42,7 @@ BI.TextButton = BI.inherit(BI.BasicButton, {
value: o.value,
py: o.py,
keyword: o.keyword,
title: null,
title: o.title,
});
},

Loading…
Cancel
Save