mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [loading] prevent click through (#5822)
Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
parent
095287bc17
commit
5109da3b3c
@ -11,6 +11,8 @@
|
||||
@include b(loading-parent) {
|
||||
@include m(relative) {
|
||||
position: relative !important;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@include m(hidden) {
|
||||
|
Loading…
Reference in New Issue
Block a user