style(theme-chalk): fix input-number style (#10349)

closed #10348
This commit is contained in:
kooriookami
2022-11-01 19:37:47 +08:00
committed by GitHub
parent 3c9eac12dd
commit a8f06fbb2b

View File

@@ -6,7 +6,7 @@
@include b(input-number) {
position: relative;
display: inline-block;
display: inline-flex;
width: map.get($input-number-width, 'default');
line-height: #{map.get($input-height, 'default') - 2};