fix: 调整实体详情基础信息图表样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user