Skip to content

Commit

Permalink
fix: input-number with theme=column autoWidth (#969)
Browse files Browse the repository at this point in the history
Co-authored-by: sheepluo <sheepluo@tencent.com>
  • Loading branch information
chaishi and sheepluo authored Nov 7, 2022
1 parent be22083 commit f244399
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style/web/components/input-number/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
width: auto;

&.@{prefix}-is-controls-right {
min-width: 88px;
min-width: auto;
width: auto;
}

.@{prefix}-input__inner {
min-width: 42px;
}

&:not(.@{inputNumberCls}--column) .@{prefix}-input-number__increase {
Expand Down

0 comments on commit f244399

Please sign in to comment.