From 24dd327436e48286a3390148e5c5a541a79c7b8a Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期四, 23 二月 2023 09:46:22 +0800 Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW --- src/assets/css/content.css | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/assets/css/content.css b/src/assets/css/content.css index 358e39a..9391c26 100644 --- a/src/assets/css/content.css +++ b/src/assets/css/content.css @@ -42,11 +42,13 @@ /*z-index: 99999;*/ font-size: 32px; color: white; - + } -.menuRoleAuthorization_resize{ + +.menuRoleAuthorization_resize { /* left: 10px; */ } + /*鎷栨嫿鍖洪紶鏍囨偓鍋滄牱寮�*/ .menuRoleAuthorization_resize, .userRoleAuthorization_resize1, @@ -163,6 +165,16 @@ } +.infoBox_box { + position: fixed; + width: 100vw; + height: 100vh; + background: rgba(0, 0, 0, 0.4); + top: 0; + left: 0; + z-index: 10; +} + .infoBox { background: rgb(255, 255, 255); width: 500px; @@ -171,7 +183,7 @@ top: 15%; right: 15%; border: 1px solid white; - + height: 600px; padding: 10px; /* overflow: auto; */ -- Gitblit v1.9.3