From 9f114d1b3444a957e561f35f2afd64d6d5445ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Mon, 11 Sep 2023 19:15:44 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index f4b19e40..889d182d 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -415,6 +415,16 @@ body.hidemenu .body-right { background:#f5f5f5; border-bottom:1px solid #dee2e6 } +.fullpagediv { + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + background:#f5f5f5; + opacity:0.6; + z-index:1999 +} .quicksel { margin-left:10px; margin-top:10px;