From 02ab6742506209ba68c84bac7d6b536d5e2f641a Mon Sep 17 00:00:00 2001 From: likexuan Date: Fri, 17 Mar 2023 14:26:12 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2709=20feat:=20Integration=20Configuration?= =?UTF-8?q?=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/package-lock.json | 4 ++-- .../css/components/page/integration/integration.scss | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/package-lock.json b/nezha-fronted/package-lock.json index f5bebb5fb..1b972fc96 100644 --- a/nezha-fronted/package-lock.json +++ b/nezha-fronted/package-lock.json @@ -17518,7 +17518,7 @@ }, "showdown": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/showdown/-/showdown-2.1.0.tgz", + "resolved": "https://registry.npmmirror.com/showdown/-/showdown-2.1.0.tgz", "integrity": "sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==", "requires": { "commander": "^9.0.0" @@ -17526,7 +17526,7 @@ "dependencies": { "commander": { "version": "9.5.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "resolved": "https://registry.npmmirror.com/commander/-/commander-9.5.0.tgz", "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" } } diff --git a/nezha-fronted/src/assets/css/components/page/integration/integration.scss b/nezha-fronted/src/assets/css/components/page/integration/integration.scss index a9c1eab1b..3a5f7fdde 100644 --- a/nezha-fronted/src/assets/css/components/page/integration/integration.scss +++ b/nezha-fronted/src/assets/css/components/page/integration/integration.scss @@ -143,6 +143,7 @@ letter-spacing: 0; line-height: 16px; font-weight: 400; + word-break: keep-all; } } } @@ -258,6 +259,14 @@ word-break: break-word; white-space: pre-wrap; } + blockquote{ + font-size: 13px; + font-weight: 600; + padding: 3px 15px; + border: 1px solid $--border-color-light; + margin-bottom: -1px; + background: $--alert-rule-background-color; + } } .integration-dashboard{