From 6889dbe564c825ed5868ac5847fa89f7913ae5c8 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 13 May 2025 13:14:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=9C=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/TerminalTabBar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/TerminalTabBar.vue b/packages/frontend/src/components/TerminalTabBar.vue index 4a2152d..837ecd0 100644 --- a/packages/frontend/src/components/TerminalTabBar.vue +++ b/packages/frontend/src/components/TerminalTabBar.vue @@ -403,9 +403,10 @@ onBeforeUnmount(() => { tag="ul" class="flex list-none p-0 m-0 h-full flex-shrink-0" @update:modelValue="handleSessionsUpdate" -ghost-class="opacity-50" + ghost-class="opacity-50" drag-class="opacity-75" -animation="150" + animation="150" + :disabled="props.isMobile" >