From 9493dc224bbf0b5c938b9555e15718165d11c5ed Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 20 Jun 2022 09:26:56 +0800 Subject: [PATCH] fix: table resize trigger scrollbar --- components/table/style/resize.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/table/style/resize.less b/components/table/style/resize.less index 1ca091e1f..3dfcd71d4 100644 --- a/components/table/style/resize.less +++ b/components/table/style/resize.less @@ -24,6 +24,7 @@ } .@{table-prefix-cls}-resize-handle.dragging { + overflow: hidden; .@{table-prefix-cls}-resize-handle-line { opacity: 1; }