From 51b99881e1b89b0931d51c7cdfc966f3152ee80f Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 2 Mar 2022 16:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E4=BF=9D=E6=8C=81=E5=8E=9F=E6=A0=B7=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E6=A0=B7=E4=BB=A5=E5=89=8D=E7=9A=84=E6=A1=86=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/system.js b/src/core/system.js index 823195f86..123bd88be 100644 --- a/src/core/system.js +++ b/src/core/system.js @@ -17,13 +17,13 @@ TRIGGER_HEIGHT: 24, TOAST_TOP: 10, H_GAP_SIZE: "M", - V_GAP_SIZE: "M" + V_GAP_SIZE: "S" } }; // 具体尺寸还没定,先写着 var sizeMap = { - "S": 16, + "S": 10, "M" : 20, "L": 24 };