Browse Source

Merge pull request #54 from ant-design/pagination

修复 pagination 偏移
pull/55/head
偏右 9 years ago
parent
commit
5a570815b8
  1. 2
      style/components/pagination.less

2
style/components/pagination.less

@ -59,7 +59,6 @@
display: block;
letter-spacing: 2px;
color: #ccc;
margin-top: 1px;
}
&:hover {
@ -137,6 +136,7 @@
.cross-rotate(180deg);
a {
&:after {
margin-top: -.5px;
content: "\e611";
display: block;
}

Loading…
Cancel
Save