fix: 卡片式列表高度调整,增加no-data提示

This commit is contained in:
chenjinsong
2022-01-06 17:59:23 +08:00
parent 7f18704c4f
commit 7562d1a234
2 changed files with 21 additions and 3 deletions

View File

@@ -16,8 +16,8 @@
justify-content: flex-start;
border-radius: 2px;
width: calc(100% - 10px);
height: calc(100% - 40px);
overflow: inherit;
height: 100%;
overflow: auto;
}
.entity-list--list {
display: flex;