This commit is contained in:
dap
2025-01-15 15:22:21 +08:00
53 changed files with 267 additions and 126 deletions

View File

@@ -112,3 +112,7 @@ button[disabled].btn-success {
color: rgb(50 54 57 / 25%) !important;
border-color: hsl(240deg 5.9% 90%) !important;
}
.ant-message {
z-index: var(--popup-z-index);
}

View File

@@ -38,3 +38,7 @@
border: 1px solid var(--el-color-danger);
}
}
html .el-loading-mask {
z-index: 1000;
}