* Element Plus的loading组件默认zIndex太高
@@ -38,3 +38,7 @@
border: 1px solid var(--el-color-danger);
}
+
+html .el-loading-mask {
+ z-index: 1000;
+}