From 7d5eb51e2752de33cd1775e2333a82366006631c Mon Sep 17 00:00:00 2001 From: hzgotb Date: Fri, 1 Nov 2019 23:40:16 +0800 Subject: [PATCH] fix: table style --- components/table/style/index.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 3bb44cf259..101a985b78 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -386,6 +386,13 @@ .@{table-prefix-cls}-tbody > tr > td { border-right: @border-width-base @border-style-base @border-color-split; } + + .@{table-prefix-cls}-title + .@{table-prefix-cls}-content { + .@{table-prefix-cls}-fixed-left, + .@{table-prefix-cls}-fixed-right { + border-radius: 0; + } + } } &-placeholder {