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{