From 2b40ec975881f48a49996590287c8d83c891cc62 Mon Sep 17 00:00:00 2001 From: Lafish <34953046+LeUKi@users.noreply.github.com> Date: Mon, 18 Jul 2022 22:16:46 +0800 Subject: [PATCH] fix(style): table cell broken by the border bug --- src/styles/components/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/table.less b/src/styles/components/table.less index 77e217a99..30529354f 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -193,7 +193,7 @@ } &-cell{ padding-left: 18px; - padding-right: 18px; + padding-right: 17px; overflow: hidden; text-overflow: ellipsis; white-space: normal;