From 326978e7368b6f8e1b223e0c672b5530a82aed10 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 24 Jun 2022 12:04:28 +0800 Subject: [PATCH] style: fix Table expand icon align issue (#36215) --- components/table/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 31c6364344..0bb40d1417 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -493,7 +493,6 @@ .operation-unit(); position: relative; display: inline-flex; - float: left; box-sizing: border-box; width: @expand-icon-size; height: @expand-icon-size; @@ -501,6 +500,7 @@ color: inherit; line-height: ceil(((@font-size-sm * 1.4 - @border-width-base * 3) / 2)) * 2 + @border-width-base * 3; + vertical-align: -3px; background: @table-expand-icon-bg; border: @border-width-base @border-style-base @table-border-color; border-radius: @border-radius-base;