diff --git a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue index f3d8b10..a1c1b98 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue @@ -26,7 +26,7 @@
- 研判统计 + 研判首页 研判报告
@@ -281,11 +281,12 @@ const tabHeightFn = () => { border: 1px solid #E8EDF6; padding: 4px 4px; box-sizing: border-box; + margin-bottom: 5px; .title-s{ - font-size: 14px; + font-size: 16px; } .list-table{ - height: calc(100% - 25px); + height: calc(100% - 30px); margin-top: 5px; } } @@ -322,7 +323,7 @@ const tabHeightFn = () => { } ::v-deep .el-table th.el-table__cell>.cell{ - padding: 6px 0; + padding: 8px 0; }