NEZ-2654 fix: 底部二级页面 分页 样式问题

This commit is contained in:
likexuan
2023-03-08 11:07:47 +08:00
parent eeb4ef0e35
commit a18aaab3e5
3 changed files with 7 additions and 1 deletions

View File

@@ -228,6 +228,9 @@
.bottom-box__top .my-loading-box {
height: calc(100% + 20px) !important;
}
.my-loading-parent--relative{
height: calc(100% - 20px) !important;
}
}
.asset-detail .sub-container .nz-table-list {
height: 100%;

View File

@@ -60,6 +60,9 @@
.el-pagination .el-pager li.active {
background-color: $--color-primary;
border-radius: 2px;
&+li{
border-left: 1px solid rgba(154,154,154,0.20);
}
}
.el-pager li:hover, .el-pagination .btn-next:hover, .el-pagination .btn-prev:hover {
color: $--color-text-regular;

View File

@@ -279,7 +279,7 @@
cursor: pointer;
}
&.active + li {
&.active+li {
border-left: 0;
}