Browse Source

Pull request #126245: 无JIRA任务,解决冲突

Merge in DEC/fineui from ~AUSTIN.DUAN/new-decision-fineui:feature/x to feature/x

* commit '71dbed54cd004a5a9239b775f4eb8b4f77192cb6':
  BI-110891 fix:同步fineui
es6
Austin.Duan 2 years ago
parent
commit
e2377a5c94
  1. 2
      src/base/1.pane.js

2
src/base/1.pane.js

@ -40,7 +40,7 @@ BI.Pane = BI.inherit(BI.Widget, {
loading: function () {
var self = this, o = this.options;
var loadingAnimation = BI.createWidget(BI.Providers.getProvider("bi.provider.system").getLoading({
var loadingAnimation = BI.createWidget(BI.Providers.getProvider("bi.provider.system").getLoading({
loadingSize: o.loadingSize,
context: this
}));

Loading…
Cancel
Save