chore: update modal.vue (#4987)
loading时候 子组件禁用点击事件 Co-authored-by: Vben <ann.vben@gmail.com>pull/56/MERGE
parent
3c4af23edf
commit
e8992a1d16
|
@ -236,7 +236,7 @@ function handleFocusOutside(e: Event) {
|
||||||
ref="wrapperRef"
|
ref="wrapperRef"
|
||||||
:class="
|
:class="
|
||||||
cn('relative min-h-40 flex-1 overflow-y-auto p-3', contentClass, {
|
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