From 89241ced04366ab68b9b15a47439ddfcef2c51f8 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 29 Jul 2025 19:41:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=90=9C=E7=B4=A2=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 --- open-isle-cli/src/components/BasePopup.vue | 2 +- open-isle-cli/src/components/Dropdown.vue | 2 +- open-isle-cli/src/views/HomePageView.vue | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/open-isle-cli/src/components/BasePopup.vue b/open-isle-cli/src/components/BasePopup.vue index bc473e592..2c8dfee46 100644 --- a/open-isle-cli/src/components/BasePopup.vue +++ b/open-isle-cli/src/components/BasePopup.vue @@ -33,7 +33,7 @@ export default { display: flex; align-items: center; justify-content: center; - z-index: 20; + z-index: 1100; } .popup-overlay { position: absolute; diff --git a/open-isle-cli/src/components/Dropdown.vue b/open-isle-cli/src/components/Dropdown.vue index 97c663559..0cae03bbb 100644 --- a/open-isle-cli/src/components/Dropdown.vue +++ b/open-isle-cli/src/components/Dropdown.vue @@ -336,7 +336,7 @@ export default { right: 0; bottom: 0; background-color: var(--menu-background-color); - z-index: 1001; + z-index: 1300; display: flex; flex-direction: column; } diff --git a/open-isle-cli/src/views/HomePageView.vue b/open-isle-cli/src/views/HomePageView.vue index 4ac6fc6f2..f25185047 100644 --- a/open-isle-cli/src/views/HomePageView.vue +++ b/open-isle-cli/src/views/HomePageView.vue @@ -438,8 +438,7 @@ export default { .topic-container { position: sticky; - top: 0; - z-index: 10; + z-index: 1000; background-color: var(--background-color); display: flex; flex-direction: row; @@ -719,6 +718,10 @@ export default { font-size: 10px; opacity: 0.5; } + + .topic-container { + position: static; + } }