fixed: #2219 & ColorPicker icon position
This commit is contained in:
parent
7a9f6b28fc
commit
b30250a7f0
3 changed files with 214 additions and 70 deletions
|
@ -26,7 +26,7 @@
|
|||
overflow: hidden;
|
||||
text-align: center;
|
||||
i{
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -34,11 +34,21 @@
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
top: 1px;
|
||||
&-empty{
|
||||
i{
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-small &-color{
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
top: 3px;
|
||||
&-empty{
|
||||
i{
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-picker{
|
||||
|
@ -206,4 +216,4 @@
|
|||
left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
width: 100%;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
|
||||
// #2149 & #2219
|
||||
line-height: normal
|
||||
}
|
||||
&-icon {
|
||||
width: 32px;
|
||||
|
@ -84,8 +87,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #2149
|
||||
.@{form-item-prefix-cls} .@{input-prefix-cls}-wrapper-small .@{input-prefix-cls}-icon{
|
||||
line-height: 32px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue