diff --git a/src/assets/css/components/views/report/builtinReport.scss b/src/assets/css/components/views/report/builtinReport.scss index b33b9e74..ec29a6d8 100644 --- a/src/assets/css/components/views/report/builtinReport.scss +++ b/src/assets/css/components/views/report/builtinReport.scss @@ -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;