From 4dcccdd30d8203a281d40fdbd21c79defacd6dc5 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Fri, 14 Jul 2023 14:25:39 +0800 Subject: [PATCH] fix: add gaps for magic input tags add gaps for tags in the magic input Change-Id: I01e487dc07884db6c6d0acab992218fc2063ea07 --- src/components/MagicInput/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MagicInput/index.less b/src/components/MagicInput/index.less index 741a37f6..6046498b 100644 --- a/src/components/MagicInput/index.less +++ b/src/components/MagicInput/index.less @@ -127,6 +127,7 @@ display: inline-block; height: 24px; margin: 0 5px 0 0; + margin-bottom: 1px; line-height: 24px; } }