Sfoglia il codice sorgente

取消弹框遮挡层

丸子 3 mesi fa
parent
commit
b404ed8c51

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