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 +}