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; }