diff --git a/components/table/style/index.less b/components/table/style/index.less index 16bdc6d8c8..2054a4a94b 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -49,7 +49,7 @@ border-bottom: @border-width-base @border-style-base @border-color-split; transition: background 0.3s ease; - &[colspan] { + &[colspan]:not([colspan='1']) { text-align: center; }