perf: endpoint-query二级列表调整等

1.endpoint-query二级列表调整
2.修复project页asset弹框点击外部不消失的问题
This commit is contained in:
陈劲松
2020-03-17 17:14:07 +08:00
parent 21b2fc2ce9
commit 78ecc99df2
4 changed files with 213 additions and 31 deletions

View File

@@ -116,6 +116,27 @@ export default {
.pagination {
padding-top: 8px;
text-align: center;
max-height: 42px;
}
.pagination .el-popper[x-placement^=bottom] .popper__arrow {
bottom: -6px;
margin-right: 3px;
border-top-color: #fff;
border-bottom-width: 0;
border-top-width: 6px;
top: unset;
}
.pagination .el-popper[x-placement^=bottom] .popper__arrow::after {
bottom: 1px;
margin-left: -6px;
border-top-color: #FFF;
border-bottom-width: 0;
}
.pagination .el-popper {
top: -135px !important;
}
.pagination .el-pagination {
max-height: 42px;
}
.pagination-size-select .el-input--mini .el-input__inner{
height: 20px;