From d7cbc2eebf7d721c8512537f2d6a80d9f6393c9c Mon Sep 17 00:00:00 2001 From: gary Date: Sun, 8 Feb 2026 21:06:56 +0800 Subject: [PATCH] =?UTF-8?q?opt:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BB=84=E4=BB=B6split=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common-split/index.vue | 66 ++++++++++++++++----------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/components/common-split/index.vue b/src/components/common-split/index.vue index a197b8f..6378bd1 100644 --- a/src/components/common-split/index.vue +++ b/src/components/common-split/index.vue @@ -1,6 +1,7 @@ @@ -152,7 +164,7 @@ defineExpose({ background-position: 50%; } /* Highlight when dragging (controlled by JS state) */ -.is-dragging > :deep(.gutter) { +:deep(.gutter.is-active) { background-color: #409eff !important; }