소스 검색

取消弹框遮挡层

丸子 3 달 전
부모
커밋
b404ed8c51
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/popup/PlayPrompt.vue
  2. 1 1
      src/components/popup/PromptPopup.vue

+ 1 - 1
src/components/popup/PlayPrompt.vue

@@ -97,7 +97,7 @@ onUnmounted(() => {
   left: 0;
   right: 0;
   bottom: 0;
-  background-color: rgba(0, 0, 0, 0.7);
+  // background-color: rgba(0, 0, 0, 0.7);
   display: flex;
   justify-content: center;
   align-items: flex-start;

+ 1 - 1
src/components/popup/PromptPopup.vue

@@ -45,7 +45,7 @@ const handleCancel = () => {
   left: 0;
   right: 0;
   bottom: 0;
-  background-color: rgba(0, 0, 0, 0.5);
+  // background-color: rgba(0, 0, 0, 0.5);
   display: flex;
   justify-content: center;
   align-items: flex-start;