CN-1448 fix: 实体搜索界面增加相关实体过滤功能

This commit is contained in:
刘洪洪
2023-11-10 18:26:24 +08:00
parent 2f919d1774
commit 853fa79d4c
8 changed files with 58 additions and 12 deletions

View File

@@ -79,11 +79,22 @@
.cn-entity__header-title {
margin-right: 10px;
}
.cn-entity__header-tag {
.entity-related-entity {
font-size: 12px;
color: #717171;
cursor: pointer;
margin-right: 6px;
}
}
.entity-row-tag {
display: flex;
margin-left: 6px;
margin-top: 1px;
flex-wrap: wrap;
margin-bottom: -10px;
}
.cn-entity__body {
display: flex;
flex-direction: column;