CN-988 fix: 样式调整

This commit is contained in:
刘洪洪
2023-05-09 17:55:02 +08:00
parent e08a59d6cf
commit 9242c3d3f0
4 changed files with 34 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
.entity-detail-tabs {
position: relative;
$tab-border-color: #E2E5EC;
$tab-border-radius: 4px;
height: 100%;
.entity-detail-tabs__active-bar {
@@ -66,9 +67,29 @@
overflow: auto;
}
}
}
.entity-detail-event-border {
border: 1px solid #E2E5EC;
border-radius: 4px;
.entity-detail-event-border {
border: 1px solid #E2E5EC;
border-radius: $tab-border-radius;
margin-bottom: 10px;
}
.entity-detail-event-block {
width: calc(100% - 2px);
}
.entity-detail-event-error {
margin-top: 18px;
margin-left: 8px;
}
.entity-detail-performance {
height: 46px;
border-radius: $tab-border-radius;
}
.entity-detail-security {
height: 70px;
border-radius: $tab-border-radius;
}
}