1
YM
2024-06-06 c56935d7085725e609d926b064c146f3ffc29e6e
src/static/initialize.css
@@ -58,12 +58,11 @@
.relative {
  position: relative;
  /* z-index: 99999 !important; */
  z-index: 1;
}
/* 字体宋体 */
.font-family {
* {
  font-family: 宋体;
}
.fontFamily {
@@ -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;
}