From ad12d8caa89e943d45d10c2f5fd3aec773cd17a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Tue, 2 Dec 2025 13:32:23 +0800 Subject: [PATCH] 1 --- src/components/SubscribeNotificationTip/index.scss | 3 ++- src/other_pages/enable_notification/index.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/SubscribeNotificationTip/index.scss b/src/components/SubscribeNotificationTip/index.scss index 0bd71f3..a16a1c8 100644 --- a/src/components/SubscribeNotificationTip/index.scss +++ b/src/components/SubscribeNotificationTip/index.scss @@ -1,5 +1,6 @@ .subscribe_notification_tip { - margin: 0 12px; + box-sizing: border-box !important; + // margin: 0 12px; padding: 12px 16px; background: rgba(14, 238, 193, 0.04); border: 0.5px solid rgba(0, 0, 0, 0.08); diff --git a/src/other_pages/enable_notification/index.scss b/src/other_pages/enable_notification/index.scss index af0ab9f..4eada00 100644 --- a/src/other_pages/enable_notification/index.scss +++ b/src/other_pages/enable_notification/index.scss @@ -1,6 +1,6 @@ .enable_notification_page { width: 100%; - min-height: 100vh; + // min-height: 100vh; background: radial-gradient(circle at 50% 0%, rgba(191, 255, 239, 1) 0%, rgba(255, 255, 255, 1) 37%); display: flex; flex-direction: column;