From 153d007e8e15d0a670887a3c85a747a84afeb26d Mon Sep 17 00:00:00 2001 From: bob <312777916@qq.com> Date: Thu, 27 Mar 2025 11:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/DragLine.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/DragLine.vue b/src/components/common/DragLine.vue index 583a402..01563dc 100644 --- a/src/components/common/DragLine.vue +++ b/src/components/common/DragLine.vue @@ -77,6 +77,7 @@ onUnmounted(() => { .drag-line { position: absolute; cursor: col-resize; + transition: all 0.3s; &:hover, &.drag_resizing {