fix: fix icon style for icon-slider demo

This commit is contained in:
SimaQ 2015-08-18 17:34:27 +08:00
parent 552da03f3b
commit e49a057d49

View File

@ -83,10 +83,10 @@ React.render(
color: #ccc; color: #ccc;
} }
.iconWrapper .anticon:nth-child(1) { .iconWrapper .anticon-lock {
left: 0; left: 0;
} }
.iconWrapper .anticon:nth-child(2){ .iconWrapper .anticon-unlock{
right: 0; right: 0;
} }