From dde861004f66da709a7ba5a03c3b59215813f96d Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 22 七月 2024 16:47:47 +0800 Subject: [PATCH] 1 --- src/static/initialize.css | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/static/initialize.css b/src/static/initialize.css index 04fae22..d27a9e4 100644 --- a/src/static/initialize.css +++ b/src/static/initialize.css @@ -58,7 +58,6 @@ .relative { position: relative; - /* z-index: 99999 !important; */ z-index: 1; } @@ -109,11 +108,11 @@ color: #fff; background-color: #fff; } - +/* img { width: 100%; height: 100%; -} +} */ uni-page-wrapper { width: 100%; @@ -122,3 +121,14 @@ width: 100%; height: 100%; } + +.el-dialog__wrapper, +.el-dialog { + position: relative; + z-index: 9999 !important; +} + + +.el-dropdown-menu{ + z-index: 999999999 !important; +} \ No newline at end of file -- Gitblit v1.9.1