fixed Select multiple mode icon style position wrong
This commit is contained in:
parent
66f807edfb
commit
4c6060dc89
1 changed files with 5 additions and 1 deletions
|
@ -231,6 +231,7 @@
|
||||||
.select-item(@select-prefix-cls, @select-item-prefix-cls);
|
.select-item(@select-prefix-cls, @select-item-prefix-cls);
|
||||||
|
|
||||||
.@{select-prefix-cls}-multiple .@{select-item-prefix-cls} {
|
.@{select-prefix-cls}-multiple .@{select-item-prefix-cls} {
|
||||||
|
position: relative;
|
||||||
&-selected{
|
&-selected{
|
||||||
color: @selected-color;
|
color: @selected-color;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -246,10 +247,13 @@
|
||||||
|
|
||||||
&-selected:after{
|
&-selected:after{
|
||||||
.ivu-icon();
|
.ivu-icon();
|
||||||
float: right;
|
//float: right;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
content: '\F3FD';
|
content: '\F3FD';
|
||||||
color: @selected-color;
|
color: @selected-color;
|
||||||
|
position: absolute;
|
||||||
|
top: 2px;
|
||||||
|
right: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue