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; + } + } +}