From 37d9a2de004d6a669da3ba4e6b6cf66c87672fff Mon Sep 17 00:00:00 2001
From: Luck-Xiaomi <1569717859@qq.com>
Date: Wed, 6 Jul 2022 18:05:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=A7=E5=B1=8F=E7=9A=84?=
=?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=93=8D=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/closePage.vue | 89 +++++++++++++++++++-----------------
1 file changed, 47 insertions(+), 42 deletions(-)
diff --git a/src/components/closePage.vue b/src/components/closePage.vue
index cf00504e..558d459d 100644
--- a/src/components/closePage.vue
+++ b/src/components/closePage.vue
@@ -1,52 +1,57 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
+.closeBtn {
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ right: 6px;
+ top: 6px;
+ z-index: 9999;
+ cursor: pointer;
+}
+
+a {
+ outline: none;
+}
+