Fix pagination select display text

pull/549/head
afc163 9 years ago
parent 11555d3eb1
commit 541fdd0375

@ -11,14 +11,14 @@
.selected_icon() { .selected_icon() {
position: relative; position: relative;
&:after { &:after {
.iconfont-size-under-12px(10px); .iconfont-size-under-12px(9px);
display: inline-block; display: inline-block;
content: '\e62e'; content: '\e62e';
font-family: 'anticon'; font-family: 'anticon';
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
top: 7px; top: 7px;
right: 0; right: -1px;
padding-right: 14px; padding-right: 14px;
color: @primary-color; color: @primary-color;
transform: scale(0.75) transform: scale(0.75)
@ -398,7 +398,6 @@
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
&:first-child { &:first-child {
border-top-left-radius: 4px; border-top-left-radius: 4px;

Loading…
Cancel
Save