From e3556e54801c0c2d9e22ec632dbe0fb4d3675a57 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 23 Nov 2022 20:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AlertPopup.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/AlertPopup.vue b/src/components/AlertPopup.vue index 1d37193b..9d64f34b 100644 --- a/src/components/AlertPopup.vue +++ b/src/components/AlertPopup.vue @@ -3,11 +3,12 @@
+
-
{{config.btnText}}
+
{{config.btnText}}
{{config.author}}
@@ -67,7 +68,7 @@ sessionStorage.setItem(this.sessionKey,1); } } - + } } } @@ -101,6 +102,11 @@ color: #fff; } + .dlg-close{ + float: right; + margin-top: -90px; + cursor: pointer; + } .medalbox { ::v-deep .el-dialog{