From d4ab358571399088cf362a52aafeae9612561d5c Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 24 Apr 2025 14:34:32 +0330 Subject: [PATCH] Fix chat z index --- .../product/ChatBox/ChatBoxContainer.vue | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/frontend/components/product/ChatBox/ChatBoxContainer.vue b/frontend/components/product/ChatBox/ChatBoxContainer.vue index 4c43034..c13bc16 100644 --- a/frontend/components/product/ChatBox/ChatBoxContainer.vue +++ b/frontend/components/product/ChatBox/ChatBoxContainer.vue @@ -10,7 +10,7 @@ import { useAuth } from "~/composables/api/auth/useAuth"; // provide-inject -const { isOpen } = inject("isOpen") as any; +const { isOpen, closeChat } = inject("isOpen") as any; // state @@ -128,7 +128,7 @@ whenever(
@@ -185,7 +185,7 @@ whenever( class="w-full h-full flex items-center justify-center absolute inset-0" > @@ -197,7 +197,7 @@ whenever( v-else > @@ -207,9 +207,22 @@ whenever( من میتونم هر سوالی رو درمورد این محصول جواب بدم اگه میخوای شروع کنیم روی دکمه زیر کلیک کن

- - - +
+ + + + +