Browse Source

code style

pull/1265/head
afc163 9 years ago
parent
commit
d8bd20baf3
  1. 3
      style/components/table.less

3
style/components/table.less

@ -410,6 +410,7 @@
td&-column-has-prev { td&-column-has-prev {
padding-left: 24px; padding-left: 24px;
} }
&-prev-columns-page, &-prev-columns-page,
&-next-columns-page { &-next-columns-page {
cursor: pointer; cursor: pointer;
@ -426,6 +427,7 @@
} }
} }
} }
&-prev-columns-page { &-prev-columns-page {
position: absolute; position: absolute;
left: 8px; left: 8px;
@ -436,6 +438,7 @@
font-family: anticon; font-family: anticon;
} }
} }
&-next-columns-page { &-next-columns-page {
float: right; float: right;
margin-left: 8px; margin-left: 8px;

Loading…
Cancel
Save