update some styles
update some styles
This commit is contained in:
parent
73d10c280b
commit
ba3e34e087
7 changed files with 96 additions and 10 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
.@{date-picker-prefix-cls} {
|
||||
position: relative;
|
||||
line-height: normal;
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
width: auto;
|
||||
padding: 0;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
.clearfix();
|
||||
&-content {
|
||||
position: relative;
|
||||
//line-height: 32px;
|
||||
line-height: 32px;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
color: @text-color;
|
||||
font-size: @font-size-base;
|
||||
position: relative;
|
||||
line-height: normal;
|
||||
|
||||
&-selection {
|
||||
display: block;
|
||||
|
@ -123,10 +124,11 @@
|
|||
height: @input-height-base - 2px;
|
||||
line-height: @input-height-base - 2px;
|
||||
color: @input-placeholder-color;
|
||||
font-size: @font-size-small;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-left: 8px;
|
||||
padding-left: 4px;
|
||||
padding-right: 22px;
|
||||
}
|
||||
}
|
||||
|
@ -164,7 +166,7 @@
|
|||
&-multiple &-input{
|
||||
height: @input-height-base - 3px;
|
||||
line-height: @input-height-base;
|
||||
padding: 0 0 0 6px;
|
||||
padding: 0 0 0 4px;
|
||||
}
|
||||
|
||||
&-not-found{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@slider-prefix-cls: ~"@{css-prefix}slider";
|
||||
|
||||
.@{slider-prefix-cls} {
|
||||
line-height: normal;
|
||||
&-wrap{
|
||||
width: 100%;
|
||||
height: @slider-height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue