Skip to content

Commit

Permalink
fix(input): fix group style problem (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion authored Jan 11, 2024
1 parent 815234f commit c95993a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-vue/components/input/style/group.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c95993a

Please sign in to comment.