style: 内置报告样式调整

This commit is contained in:
@changcode
2022-04-13 18:38:02 +08:00
parent 587dda30a6
commit 3f0181de1e

View File

@@ -33,6 +33,15 @@
}
.cn-builtin-right {
flex: 1;
.list-page .main-container {
padding: 0;
.cn-table {
height: calc(100% - 61px) !important;
.el-table--fit.el-table--border {
height: calc(100% - 55px) !important;
}
}
}
.el-table__header th:first-of-type .el-checkbox:last-of-type {
border-left: none;
display: none;