fix(components): [loading] prevent click through (#5822)

Co-authored-by: RealityBoy <1923740402@qq.com>
This commit is contained in:
weidehai 2022-08-31 20:28:23 +08:00 committed by GitHub
parent 095287bc17
commit 5109da3b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
@include b(loading-parent) {
@include m(relative) {
position: relative !important;
pointer-events: none;
user-select: none;
}
@include m(hidden) {