fix: 卡片式列表高度调整,增加no-data提示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user