From bf290c509c05e4bf1a93e29baea377827c584bf4 Mon Sep 17 00:00:00 2001 From: wjj <2069666735@qq.com> Date: Wed, 6 May 2026 16:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=A1=B9=E7=9B=AE=E5=88=86?= =?UTF-8?q?=E6=9E=90=E4=B8=AA=E4=BA=BA=E8=AF=A6=E6=83=85=E9=A1=B5=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/ProjectAnalysisDialog.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/ProjectAnalysisDialog.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/ProjectAnalysisDialog.vue index 37526e02..5d7d9da8 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/detail/ProjectAnalysisDialog.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/ProjectAnalysisDialog.vue @@ -375,7 +375,7 @@ export default { } .project-analysis-header { - padding: 28px 40px 24px; + padding: 38px 54px 34px; border-bottom: 1px solid #dde3ec; background: #ffffff; } @@ -393,15 +393,15 @@ export default { .project-analysis-header__eyebrow { color: #65758d; - font-size: 15px; + font-size: 17px; font-weight: 700; line-height: 1; } .project-analysis-header__title { - margin-top: 18px; + margin-top: 24px; color: #101a2b; - font-size: 28px; + font-size: 34px; font-weight: 700; line-height: 1; } @@ -432,10 +432,10 @@ export default { .project-analysis-workspace { display: flex; align-items: flex-start; - gap: 36px; - min-height: 640px; - max-height: calc(92vh - 150px); - padding: 20px 40px 28px; + gap: 56px; + min-height: 720px; + max-height: calc(96vh - 168px); + padding: 28px 54px 42px; overflow: auto; background: #ffffff; } @@ -447,15 +447,15 @@ export default { } .project-analysis-layout__sidebar { - flex: 0 0 34%; - max-width: 460px; + flex: 0 0 38%; + max-width: 520px; } .project-analysis-layout__main { flex: 1; min-width: 0; border-left: 1px solid #dde3ec; - padding-left: 36px; + padding-left: 56px; } .project-analysis-layout__alert { @@ -495,12 +495,12 @@ export default { } .el-tabs__item { - height: 52px; - padding: 0 24px !important; + height: 58px; + padding: 0 32px !important; color: #2a374a; - font-size: 16px; + font-size: 18px; font-weight: 500; - line-height: 52px; + line-height: 58px; } .el-tabs__item.is-active { @@ -514,7 +514,7 @@ export default { } .el-tabs__content { - padding-top: 20px; + padding-top: 28px; } }