QYF-GitLab1
2024-07-26 1b27559a90417a6f608be0c61e88a6f9e3ea1b40
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;
}