From 4368e4bdd61d1f8eab05bcfe460dce954c72fa1c Mon Sep 17 00:00:00 2001 From: wangchen Date: Thu, 11 Jan 2024 17:08:46 +0800 Subject: [PATCH] fix(input): fix group style problem --- packages/web-vue/components/input/style/group.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web-vue/components/input/style/group.less b/packages/web-vue/components/input/style/group.less index cccca8ba2..66c0bb221 100644 --- a/packages/web-vue/components/input/style/group.less +++ b/packages/web-vue/components/input/style/group.less @@ -45,6 +45,7 @@ > .@{input-prefix-cls}-outer:not(:last-child), > .@{prefix}-input-tag:not(:last-child), > .@{prefix}-select-view:not(:last-child) { + margin-right: -@input-group-border-separator-width; border-right: @input-group-border-separator-width solid @input-group-color-separator-border;