From c7142a1e75ea511732517519e3ece871396a127d Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 10 Nov 2025 09:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4Table=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Table/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/Table/index.less b/components/Table/index.less index dfd97ff..c4962b5 100644 --- a/components/Table/index.less +++ b/components/Table/index.less @@ -1,3 +1,9 @@ .@{ant-prefix}-table-cell-scrollbar { width: 15px; } + +.@{ant-prefix}-table-cell { + .@{ant-prefix}-btn-link { + padding: 0; + } +}