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;