From 48a27c8ab14d833541fe3e11dc82ca9faaada8bd Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2015 17:57:19 +0800 Subject: [PATCH] update table style --- style/components/table.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style/components/table.less b/style/components/table.less index 0e8dd1ece..c8360062c 100644 --- a/style/components/table.less +++ b/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 + } } } }