Browse Source

无JIRA任务 demo删掉

es6
windy 3 years ago
parent
commit
4cebcf4b97
  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