Browse Source

取消弹框遮挡层

丸子 3 months ago
parent
commit
b404ed8c51
2 changed files with 2 additions and 2 deletions
  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;