浏览代码

取消弹框遮挡层

丸子 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;