fix: 实体列表、列表下拉详情、实体关系添加国旗

This commit is contained in:
刘洪洪
2023-08-04 15:47:47 +08:00
parent 6b89d4346d
commit 3471cb159f
8 changed files with 68 additions and 22 deletions

View File

@@ -88,12 +88,17 @@
color: #353636;
font-weight: 400;
}
.explorer-container {
.explorer-container, .explorer-container-new {
display: flex;
overflow: visible; /*overflow: hidden;*/
height: calc(100% - 120px);
position: relative;
}
.explorer-container-new {
height: calc(100% - 62px);
flex-direction: column;
width: calc(100% - 340px);
}
.explorer-foot {
display: flex;
justify-content: center;

View File

@@ -56,11 +56,6 @@
color: #353636;
font-weight: 400;
.filter-country-flag {
width: 18px;
height: 12px;
}
.filter__body-item-left-index {
width: 16px;
height: 16px;
@@ -99,3 +94,9 @@
}
}
}
.filter-country-flag {
width: 18px;
height: 12px;
margin-right: 6px;
}

View File

@@ -107,8 +107,8 @@ $font-size: 12px;
}
.graph-list-country-flag {
width: 16px;
height: 14px;
width: 14px;
height: 10px;
margin-right: 5px;
}