From a1014d92ef1afa5731ee6a17e05fd4859b1d7f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Wed, 18 Sep 2019 09:46:46 +0800 Subject: [PATCH] update Table style: font-size --- src/styles/components/table.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/components/table.less b/src/styles/components/table.less index 343f99af..926a41e2 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -14,7 +14,7 @@ max-width: 100%; overflow: hidden; color: @text-color; - font-size: @font-size-small; + font-size: @font-size-base; background-color: #fff; box-sizing: border-box; @@ -238,7 +238,7 @@ } &-large { - font-size: @font-size-base; + font-size: @font-size-large; th{ height: 48px; } @@ -421,4 +421,4 @@ .ivu-poptip-body{ padding: 0; } -} \ No newline at end of file +}