Browse Source

update table style

pull/47/head
afc163 9 years ago
parent
commit
48a27c8ab1
  1. 9
      style/components/table.less

9
style/components/table.less

@ -13,12 +13,13 @@
width: 100%;
max-width: 100%;
border-collapse: separate;
text-align: left;
}
th {
background: @table-head-background-color;
text-align: left;
font-weight: bold;
transition: background .3s ease;
.anticon-bars {
margin-left: 8px;
@ -39,6 +40,12 @@
padding: 7px 8px;
&.ant-dropdown-menu-item-selected:after {
right: 8px;
font-size: @font-size-base;
font-size: ~"10px \9"; // ie8-9
.scale(0.83);
:root & {
font-size: @font-size-base; // reset ie9 and above
}
}
}
}

Loading…
Cancel
Save