CN-240 feat: 实体列表、详情细节完善

This commit is contained in:
chenjinsong
2022-01-06 15:32:24 +08:00
parent 6e9b208818
commit 332509d41f
5 changed files with 58 additions and 45 deletions

View File

@@ -50,6 +50,7 @@
display: flex;
overflow: hidden auto;
height: calc(100% - 120px);
position: relative;
}
.explorer-foot {
display: flex;

View File

@@ -1,5 +1,6 @@
.entity-list {
width: calc(100% - 290px);
height: calc(100% - 42px);
flex: 1;
position: relative;
@@ -21,8 +22,8 @@
.entity-list--list {
display: flex;
flex-direction: column;
height: calc(100% - 40px);
overflow: inherit;
height: 100%;
overflow: auto;
.cn-entity__shadow {
position: fixed;