Skip to content

Commit 87cdabb

Browse files
authored
Update modal.vue
loading时候 子组件禁用点击事件
1 parent 253abc5 commit 87cdabb

File tree

1 file changed

+1
-1
lines changed
  • packages/@core/ui-kit/popup-ui/src/modal

1 file changed

+1
-1
lines changed

packages/@core/ui-kit/popup-ui/src/modal/modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function handleFocusOutside(e: Event) {
236236
ref="wrapperRef"
237237
:class="
238238
cn('relative min-h-40 flex-1 overflow-y-auto p-3', contentClass, {
239-
'overflow-hidden': showLoading,
239+
'pointer-events-none overflow-hidden': showLoading,
240240
})
241241
"
242242
>

0 commit comments

Comments
 (0)