NEZ-2709 feat: Integration Configuration 样式修改

This commit is contained in:
likexuan
2023-03-17 14:26:12 +08:00
parent 0a4423e29a
commit 02ab674250
2 changed files with 11 additions and 2 deletions

View File

@@ -17518,7 +17518,7 @@
}, },
"showdown": { "showdown": {
"version": "2.1.0", "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==", "integrity": "sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==",
"requires": { "requires": {
"commander": "^9.0.0" "commander": "^9.0.0"
@@ -17526,7 +17526,7 @@
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "9.5.0", "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==" "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ=="
} }
} }

View File

@@ -143,6 +143,7 @@
letter-spacing: 0; letter-spacing: 0;
line-height: 16px; line-height: 16px;
font-weight: 400; font-weight: 400;
word-break: keep-all;
} }
} }
} }
@@ -258,6 +259,14 @@
word-break: break-word; word-break: break-word;
white-space: pre-wrap; 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{ .integration-dashboard{