From eb7312fb232fd884171ede595e928a29779b9d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BC=95?= Date: Wed, 15 Oct 2025 09:56:10 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E5=A4=8Dversion.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/version.json | 2 +- src/assets/scss/index.scss | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/public/version.json b/public/version.json index 8e8c38f..0fc2d28 100644 --- a/public/version.json +++ b/public/version.json @@ -2,4 +2,4 @@ "version": "2025-10-15 09:50:32", "buildTime": "2025-10-15T01:50:32.937Z", "environment": "production" -} \ No newline at end of file +} diff --git a/src/assets/scss/index.scss b/src/assets/scss/index.scss index 51e7898..1bdcade 100644 --- a/src/assets/scss/index.scss +++ b/src/assets/scss/index.scss @@ -11,3 +11,14 @@ li { margin: 0 auto; } $fzt: 20px; +.t-notification__detail { + // padding: 0 20px; + + .t-notification__detail-item { + padding: 6px 12px; + + &:nth-child(1) { + color: #0052d9; + } + } +}