style:实体详情左侧筛选条件列表弹框样式调整

This commit is contained in:
@changcode
2022-06-23 17:10:39 +08:00
parent 3bc669916f
commit 9c183c7586
3 changed files with 7 additions and 2 deletions

View File

@@ -82,6 +82,7 @@
.filter-top-box {
.chart__loading {
height: calc(100% - 65px);
top: 64px;
}
.top-table-percent{
display:grid;
@@ -94,6 +95,11 @@
padding-top: 8px;
}
}
.customer-no-border-table {
.el-table__body-wrapper {
height: calc(100% - 36px);
}
}
}
}
}