NEZ-2654 fix: 底部二级页面 分页 样式问题
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.active + li {
|
||||
&.active+li {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user