From 2e609452b55c6aa957fdff3dd96b6b617bda13ed Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 10 Sep 2024 00:00:38 +0800 Subject: [PATCH] perf: improve data table resizer width to make it more easy to use --- src/client/styles/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/styles/global.less b/src/client/styles/global.less index 3488e1b..4387a1b 100644 --- a/src/client/styles/global.less +++ b/src/client/styles/global.less @@ -4,7 +4,7 @@ top: 0; height: 100%; right: 0; - width: 2px; + width: 4px; cursor: col-resize; user-select: none; touch-action: none;