CN-240 feat: entity列表(行式)

This commit is contained in:
chenjinsong
2021-12-17 20:56:25 +08:00
parent a4707d27c4
commit 742120c51c
5 changed files with 28 additions and 7 deletions

View File

@@ -58,6 +58,7 @@
flex-direction: column;
flex: 1;
justify-content: center;
flex-wrap: wrap;
.cn-entity__header {
font-size: 16px;
@@ -76,6 +77,7 @@
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.basic-info__item {
padding-right: 40px;