From 2ccd374096d21082f304546ef7bb7c6b08e9c67e Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 24 Dec 2024 15:03:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BB=84=E4=BB=B6):=20msSplitBox=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E6=8A=98=E5=8F=A0=E6=8C=89=E9=92=AE=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-split-box/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/pure/ms-split-box/index.vue b/frontend/src/components/pure/ms-split-box/index.vue index 2dc16c9c0b..0d26bb427d 100644 --- a/frontend/src/components/pure/ms-split-box/index.vue +++ b/frontend/src/components/pure/ms-split-box/index.vue @@ -203,13 +203,14 @@ width: calc(v-bind(innerSize) + 7px); } .expand-icon { - @apply invisible relative z-20 flex cursor-pointer justify-center; + @apply invisible relative flex cursor-pointer justify-center; top: 25%; - transform: translateY(50%); + z-index: 999; padding: 12px 2px; border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0; background-color: var(--color-text-n9); + transform: translateY(50%); } .ms-split-box-second { @apply h-full;