CN-93 fix: 解决entity-list布局问题

This commit is contained in:
chenjinsong
2021-08-16 13:05:22 +08:00
parent 225a6824b9
commit e9db106d75

View File

@@ -21,7 +21,7 @@
display: flex;
flex-wrap: wrap;
display: -webkit-flex;
justify-content: space-between;
justify-content: flex-start;
border-radius: 2px;
height: calc(100% - 67px);
margin: 10px 0 0 10px;