From 072d860f8af28cf6ab593c5e76b103ea59b700bb Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 7 Sep 2017 21:08:05 +0800 Subject: [PATCH] Fix empty style of small table with fixed columns close #7509 --- components/table/style/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 2baf0dfe10..89d957133f 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -454,6 +454,14 @@ } } + // Fix https://github.com/ant-design/ant-design/issues/7509 + &-middle &-placeholder { + padding: 10px 8px; + } + &-small &-placeholder { + padding: 6px 8px; + } + // not scrollable &-scroll-position-left&-scroll-position-right &-placeholder-fixed-columns { overflow-x: hidden;