mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
chore: update modal.vue (#4987)
loading时候 子组件禁用点击事件 Co-authored-by: Vben <ann.vben@gmail.com>
This commit is contained in:
parent
3c4af23edf
commit
e8992a1d16
@ -236,7 +236,7 @@ function handleFocusOutside(e: Event) {
|
||||
ref="wrapperRef"
|
||||
:class="
|
||||
cn('relative min-h-40 flex-1 overflow-y-auto p-3', contentClass, {
|
||||
'overflow-hidden': showLoading,
|
||||
'pointer-events-none overflow-hidden': showLoading,
|
||||
})
|
||||
"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user