Browse Source
style: element plus loading style fixed (#5393)
* Element Plus的loading组件默认zIndex太高
pull/5394/head
Netfan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
packages/styles/src/ele/index.css
|
|
|
@ -38,3 +38,7 @@ |
|
|
|
border: 1px solid var(--el-color-danger); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
html .el-loading-mask { |
|
|
|
z-index: 1000; |
|
|
|
} |
|
|
|
|