From de5afd9bee57cd667e0ab483cb6bc23ce9dbc3dc Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 27 Feb 2026 11:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BE=8E=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/base.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 95cd42e..8c57d5f 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -381,6 +381,19 @@ .el-message-box__title { color: var(--tech-text) !important; } + + /* Disable dialog mask to allow page interaction */ + .v-modal { + background-color: transparent !important; + opacity: 0 !important; + pointer-events: none !important; + } + .el-dialog__wrapper { + pointer-events: none; + } + .el-dialog { + pointer-events: auto; + }