style: element plus loading style fixed (#5393)
Some checks are pending
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Test (windows-latest) (push) Waiting to run
CI / Lint (ubuntu-latest) (push) Waiting to run
CI / Lint (windows-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / CI OK (push) Blocked by required conditions
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Deploy Website on push / Deploy Push Playground Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Docs Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Antd Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Element Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Naive Ftp (push) Waiting to run
Deploy Website on push / Rerun on failure (push) Blocked by required conditions
Release Drafter / update_release_draft (push) Waiting to run

* Element Plus的loading组件默认zIndex太高
This commit is contained in:
Netfan 2025-01-15 00:49:11 +08:00 committed by GitHub
parent fb0ec05ff8
commit 27a3888e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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