소스 검색

chore: update modal.vue (#4987)

loading时候 子组件禁用点击事件

Co-authored-by: Vben <ann.vben@gmail.com>
huangfe1 9 달 전
부모
커밋
e8992a1d16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@core/ui-kit/popup-ui/src/modal/modal.vue

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

@@ -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,
           })
         "
       >