optimize Select style

optimize Select style
This commit is contained in:
梁灏 2016-11-07 15:55:05 +08:00
parent 7d5431d85a
commit 9a9e103f4c
5 changed files with 51 additions and 28 deletions

View file

@ -100,21 +100,21 @@
}
&-large&-single &-selection{
height: 32px;
height: 36px;
.@{select-prefix-cls}-placeholder, .@{select-prefix-cls}-selected-value{
height: 30px;
line-height: 30px;
height: 34px;
line-height: 34px;
}
}
&-small&-single &-selection{
height: 22px;
height: 24px;
border-radius: @btn-border-radius-small;
.@{select-prefix-cls}-placeholder, .@{select-prefix-cls}-selected-value{
height: 20px;
line-height: 20px;
height: 22px;
line-height: 22px;
}
}
@ -178,7 +178,7 @@
.@{select-item-prefix-cls} {
margin: 0;
padding: 7px 15px;
padding: 7px 16px 8px;
clear: both;
color: @text-color;
//border-radius: @btn-border-radius-small;
@ -244,7 +244,7 @@
padding: 0;
&-title {
padding-left: 10px;
padding-left: 8px;
font-size: 12px;
color: @legend-color;
height: 30px;