张延森 2 년 전
부모
커밋
2a320df09e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/PopUp.vue

+ 1
- 1
src/components/PopUp.vue 파일 보기

@@ -33,7 +33,7 @@ const props = defineProps({
33 33
   height: 100vh;
34 34
   z-index: 100;
35 35
   overflow: hidden;
36
-  background: rgba(0, 0, 0, 0.5);
36
+  background: rgba(0, 0, 0, 0.8);
37 37
   display: flex;
38 38
   flex-direction: column;
39 39
   justify-content: center;