fix(pagination): Unexpected input height (#29886)

When use modifyVars to override the `input-height-base`, the quick jumper input height expected `input-height-base`, but not really.
This commit is contained in:
SyMind 2021-03-24 17:28:51 +08:00 committed by GitHub
parent ed37b80d11
commit a142969986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@
.input();
width: 50px;
height: @input-height-base;
margin: 0 8px;
}
}
@ -353,6 +354,7 @@
.input-sm();
width: 44px;
height: @input-height-sm;
}
}
}