From 154a320b569e9ed167a771f7c57b88564edd1c96 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:25:28 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=A3=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=81=E0=B9=83=E0=B8=8A=E0=B9=89=E0=B8=95=E0=B8=B1=E0=B8=A7?= =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=9B=E0=B8=A3=E0=B8=AA=E0=B8=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TooltipComponet.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/TooltipComponet.vue b/src/components/TooltipComponet.vue index 27222aa7..0b15cfec 100644 --- a/src/components/TooltipComponet.vue +++ b/src/components/TooltipComponet.vue @@ -70,6 +70,13 @@ defineProps<{ } .tooltip { + --_main-page-branch-tooltip: 100%; + --_bg-box-content: var(--blue-5); + --_color-box-content-text: var(--_bg-box-content); + --_bg-box-content-text: white; + --_bg-tooltip-branch: #f0f9ff; + --_bg-tooltip-branch-arrow: var(--_bg-tooltip-branch); + position: relative; display: inline-block;