style(theme-chalk): fix border shelter and Blank Spacing

closed #10177
This commit is contained in:
lpd0916 2022-10-29 14:09:33 +08:00
parent 48f837baf9
commit d4bb423892
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@
position: relative;
display: inline-block;
width: map.get($input-number-width, 'default');
line-height: #{map.get($input-height, 'default') - 2};
line-height: #{map.get($input-height, 'default') - 3};
.#{$namespace}-input {
&__wrapper {
@ -95,7 +95,7 @@
@each $size in (large, small) {
@include m($size) {
width: map.get($input-number-width, $size);
line-height: #{map.get($input-height, $size) - 2};
line-height: #{map.get($input-height, $size) - 3};
@include e((increase, decrease)) {
width: map.get($input-height, $size);

View File

@ -136,7 +136,6 @@
width: 100%;
line-height: getCssVar('input-height');
box-sizing: border-box;
vertical-align: middle;
@include scroll-bar;
& .#{$namespace}-input__clear,