From b325c3fc05537b8e140587fd8f0331d134d1418a Mon Sep 17 00:00:00 2001 From: lb Date: Sun, 28 Apr 2024 13:55:59 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8A=A5=E8=AD=A6=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Common/WarnAlert/warn-alert.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/WarnAlert/warn-alert.css b/src/components/Common/WarnAlert/warn-alert.css index f411f85..f1bd4a9 100644 --- a/src/components/Common/WarnAlert/warn-alert.css +++ b/src/components/Common/WarnAlert/warn-alert.css @@ -9,7 +9,7 @@ background: url(./3.png) 0 0 / 116px 100% repeat-x; box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.5); user-select: none; - transform: scale(0.64); + transform: scale(1); cursor: pointer; }