From 714f3b30dd1fa158ae3b122cd1fb4f3e054e7762 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Mon, 13 Oct 2025 13:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/common/RegistryWidget.vue | 2 +- ui/src/components/common/SettingsWidget.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/common/RegistryWidget.vue b/ui/src/components/common/RegistryWidget.vue index d61850a..221cfa0 100644 --- a/ui/src/components/common/RegistryWidget.vue +++ b/ui/src/components/common/RegistryWidget.vue @@ -861,7 +861,7 @@ watch(config, () => { } .registry-widget.panel-open { - z-index: 1002; + z-index: 1004; } .registry-toggle { diff --git a/ui/src/components/common/SettingsWidget.vue b/ui/src/components/common/SettingsWidget.vue index 09564c3..2269156 100644 --- a/ui/src/components/common/SettingsWidget.vue +++ b/ui/src/components/common/SettingsWidget.vue @@ -573,7 +573,7 @@ onMounted(() => { } .settings-widget.panel-open { - z-index: 1002; + z-index: 1004; } .settings-toggle {