mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
parent
9bb7e3d10c
commit
ef0b7087f6
@ -7,11 +7,13 @@
|
|||||||
.input-lg() {
|
.input-lg() {
|
||||||
padding: @input-padding-vertical-lg @input-padding-horizontal;
|
padding: @input-padding-vertical-lg @input-padding-horizontal;
|
||||||
height: @input-height-lg;
|
height: @input-height-lg;
|
||||||
|
line-height: @input-height-lg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-sm() {
|
.input-sm() {
|
||||||
padding: @input-padding-vertical-sm @input-padding-horizontal;
|
padding: @input-padding-vertical-sm @input-padding-horizontal;
|
||||||
height: @input-height-sm;
|
height: @input-height-sm;
|
||||||
|
line-height: @input-height-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
// input status
|
// input status
|
||||||
@ -46,7 +48,7 @@
|
|||||||
height: @input-height-base;
|
height: @input-height-base;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
line-height: @line-height-base;
|
line-height: @input-height-base;
|
||||||
color: @input-color;
|
color: @input-color;
|
||||||
background-color: @input-bg;
|
background-color: @input-bg;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user