From 736ba8b5d20352ee55cfd272ca500eb8b9012dd9 Mon Sep 17 00:00:00 2001 From: RSS1102 Date: Fri, 1 Aug 2025 17:13:54 +0800 Subject: [PATCH] fix(tag-input): `suffixIcon` position error --- style/web/components/tag-input/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/web/components/tag-input/_index.less b/style/web/components/tag-input/_index.less index 271e4a0b79..2d018ea446 100644 --- a/style/web/components/tag-input/_index.less +++ b/style/web/components/tag-input/_index.less @@ -104,7 +104,7 @@ // 标签数量超出时,换行显示 .@{prefix}-tag-input--break-line:not(.@{prefix}-is-empty) { - .@{prefix}-input { + .@{prefix}-input__prefix { display: block; &.@{prefix}-input--prefix > .@{prefix}-input__prefix {