mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +08:00
parent
48f837baf9
commit
d4bb423892
@ -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);
|
||||
|
@ -136,7 +136,6 @@
|
||||
width: 100%;
|
||||
line-height: getCssVar('input-height');
|
||||
box-sizing: border-box;
|
||||
vertical-align: middle;
|
||||
@include scroll-bar;
|
||||
|
||||
& .#{$namespace}-input__clear,
|
||||
|
Loading…
Reference in New Issue
Block a user