From cf18cadb6b9dd396b988eb98fc0393744cac938f Mon Sep 17 00:00:00 2001 From: gouki Date: Sun, 9 Aug 2026 00:29:49 +0000 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E8=B4=A6=E5=8F=B7=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8F=90=E5=8D=87z-index=E8=87=B360,?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A2=AB=E8=B4=A6=E5=8F=B7=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=BC=B9=E7=AA=97(z-50)=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- static/js/modals.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index c2c0004..449d7e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.5 +0.3.6 diff --git a/static/js/modals.js b/static/js/modals.js index 657d2c7..f0648e7 100644 --- a/static/js/modals.js +++ b/static/js/modals.js @@ -215,10 +215,10 @@ const ProviderModal = { }, }; -/* 账号编辑模态框 */ +/* 账号编辑模态框(z-[60]:可能叠加在账号查看弹窗 z-50 之上打开,需更高层级) */ const AccountModal = { template: ` -
+

{{ store.accountModal.editing ? '编辑账号' : '新增账号' }}