From 78f87714f0b7b6f8a0d3023558f984c1cd57b0b9 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 30 Jun 2021 16:52:30 +0800 Subject: [PATCH] update --- src/core/system.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/system.js b/src/core/system.js index 38123233b..dd7bb0d48 100644 --- a/src/core/system.js +++ b/src/core/system.js @@ -34,11 +34,3 @@ BI.prepares.push(function () { BI.SIZE_CONSANTS = BI.Providers.getProvider('bi.provider.system').getConfig('SIZE'); }); - -BI.config('bi.provider.system', function (provider) { - provider.inject('SIZE', { - TOOL_BAR_HEIGHT: 30, - LIST_ITEM_HEIGHT: 30, - TRIGGER_HEIGHT: 30, - }) -});