张延森 2 lat temu
rodzic
commit
2a320df09e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/PopUp.vue

+ 1
- 1
src/components/PopUp.vue Wyświetl plik

@@ -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;