From 4cebcf4b97c3d06b92627fe2c88a9e6991429018 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 1 Jul 2021 09:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20demo=E5=88=A0?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/system.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/system.js b/src/core/system.js index 3a3852e05..40dc78c5d 100644 --- a/src/core/system.js +++ b/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, - }) -});