From ae9bf2f60c293633fcb08fcc9b373a7af5f6700b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 04 Jan 2022 15:55:36 +0800
Subject: [PATCH] +改变默认维度

---
 src/components/mobilePopupOurAfter/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 46abfb1..2aee1af 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -165,6 +165,7 @@
   width: 75%;
   height: 25%;
   background-color: #fff;
+  box-shadow: 0px 0px 5px #29baf1;
   // background-image: linear-gradient(
   //     // 135deg,
   //     #28bbf06c 30px,
@@ -229,4 +230,4 @@
     }
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3