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; } }