From 6674e1a64f693589835284116c808528c1fb06dc Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 19 May 2025 17:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ResearchJudgment/ResearchHome/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; }