Browse Source

Pull request #1815: 无JIRA任务 bugfix

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

* commit '97450141773e354338d1d12172681f3c2328cf90':
  bugfix
es6
guy 4 years ago
parent
commit
6ae651c3f0
  1. 4
      src/base/single/editor/editor.textarea.js
  2. 2
      src/core/wrapper/layout/layout.border.js

4
src/base/single/editor/editor.textarea.js

@ -39,8 +39,8 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
},
left: 4,
right: 4,
top: 4,
bottom: 4
top: 2,
bottom: 2
}]
});

2
src/core/wrapper/layout/layout.border.js

@ -7,7 +7,7 @@
BI.BorderLayout = BI.inherit(BI.Layout, {
props: function () {
return BI.extend(BI.BorderLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-border",
baseCls: "bi-border-layout",
items: {}
});
},

Loading…
Cancel
Save