fix: 调整实体详情基础信息图表样式

This commit is contained in:
chenjinsong
2023-06-14 18:17:44 +08:00
parent 1deef48b21
commit be2e2d7de7
3 changed files with 35 additions and 10 deletions

View File

@@ -68,11 +68,9 @@
border-radius: 4px;
.dividing-line {
position: absolute;
top: 159px;
left: 30px;
height: 1px;
width: calc(100% - 60px);
margin-top: 21px;
background-color: #EFF2F5;
}
.entity-type {
@@ -134,10 +132,13 @@
}
.entity-tags {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 60px;
margin-top: 16px;
margin-bottom: -10px;
.entity-tag {
margin-bottom: 10px;
margin-right: 10px;
&:last-of-type {
@@ -150,7 +151,6 @@
flex-flow: row wrap;
align-content: space-around;
padding: 10px 0;
margin-top: 5px;
.detail-card {
display: flex;