NEZ-2650 fix:Integration configuration markdown 样式错误

This commit is contained in:
zyh
2023-03-08 11:33:33 +08:00
parent eeb4ef0e35
commit f15c264bf0
9 changed files with 1088 additions and 176 deletions

View File

@@ -224,7 +224,6 @@
.integration-configuration{
box-sizing: border-box;
padding: 30px;
padding-top: 15px;
padding-right: 10px;
margin-right: 20px;
height: 100%;
@@ -244,19 +243,11 @@
line-height: 20px;
font-weight: 400;
margin-top: 6px;
&+p{
margin-top: 0;
}
}
.integration-configuration-pre{
width: 100%;
overflow-y: auto;
box-sizing: border-box;
padding: 14px;
background: $--select-page-hover-background-color;
border: 1px solid $--border-color-light;
opacity: 0.9;
border-radius: 2px;
overflow-wrap: break-word;
word-break: break-word;
white-space: pre-wrap;