From 45eb4be22ad3391b1093814ca77dc9b79e677cd5 Mon Sep 17 00:00:00 2001 From: hzGotB <50480095+hzgotb@users.noreply.github.com> Date: Tue, 12 Nov 2019 11:50:18 +0800 Subject: [PATCH] fix: table style (#1370) --- 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 3bb44cf25..101a985b7 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 {