NEZ-3007 fix:上滑页面 分组组件 高度显示错误

This commit is contained in:
zyh
2023-07-21 14:38:02 +08:00
parent f85c7a61ed
commit c317cf0455
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@
bottom: 0px;
height: 48px;
z-index: 1;
width: calc(100% - 20px);
width: 100%;
}
}
.explore-split-box{

View File

@@ -29,7 +29,7 @@
background-color: $--background-color-empty;
}
.pagination-bottom {
bottom: 8px;
bottom: 0px;
}
& > .nz-table-list {
height: 100%;