Browse Source

Pull request #2000: 无JIRA任务 demo删掉

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

* commit '0e9b15452b5f808acdb7d2e0cb0eac2d5d4c8cee':
  无JIRA任务 demo删掉
es6
windy 3 years ago
parent
commit
f8aecdb8cd
  1. 8
      src/core/system.js

8
src/core/system.js

@ -37,11 +37,3 @@
BI.prepares.push(function () {
BI.SIZE_CONSANTS = BI.Providers.getProvider('bi.provider.system').getSize();
});
BI.config('bi.provider.system', function (provider) {
provider.setSize({
TOOL_BAR_HEIGHT: 30,
LIST_ITEM_HEIGHT: 30,
TRIGGER_HEIGHT: 30,
})
});

Loading…
Cancel
Save