From 1b27559a90417a6f608be0c61e88a6f9e3ea1b40 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 26 七月 2024 11:53:31 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/static/initialize.css |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/static/initialize.css b/src/static/initialize.css
index ed072ec..d27a9e4 100644
--- a/src/static/initialize.css
+++ b/src/static/initialize.css
@@ -58,12 +58,11 @@
 
 .relative {
   position: relative;
-  /* z-index: 99999 !important; */
   z-index: 1;
 }
 
 /* 瀛椾綋瀹嬩綋 */
-.font-family {
+* {
   font-family: 瀹嬩綋;
 }
 .fontFamily {
@@ -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