补充项目分析个人详情页正式化样式

This commit is contained in:
wjj
2026-05-06 16:18:03 +08:00
parent 369c682564
commit ef8147892e
5 changed files with 143 additions and 63 deletions

View File

@@ -223,7 +223,7 @@ export default {
}
.project-analysis-header {
padding: 32px 36px 24px;
padding: 38px 54px 34px;
border-bottom: 1px solid #dde3ec;
background: #ffffff;
}
@@ -241,15 +241,15 @@ export default {
.project-analysis-header__eyebrow {
color: #65758d;
font-size: 16px;
font-weight: 600;
font-size: 17px;
font-weight: 700;
line-height: 1;
}
.project-analysis-header__title {
margin-top: 18px;
margin-top: 24px;
color: #101a2b;
font-size: 30px;
font-size: 34px;
font-weight: 700;
line-height: 1;
}
@@ -280,10 +280,10 @@ export default {
.project-analysis-workspace {
display: flex;
align-items: flex-start;
gap: 36px;
min-height: 700px;
gap: 56px;
min-height: 720px;
max-height: calc(96vh - 168px);
padding: 36px;
padding: 28px 54px 42px;
overflow: auto;
background: #ffffff;
}
@@ -295,14 +295,15 @@ export default {
}
.project-analysis-layout__sidebar {
flex: 0 0 420px;
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 {
@@ -310,7 +311,7 @@ export default {
}
.project-analysis-tabs {
margin-top: -6px;
margin-top: -2px;
}
</style>
@@ -342,26 +343,26 @@ export default {
}
.el-tabs__item {
height: 46px;
padding: 0 24px !important;
height: 58px;
padding: 0 32px !important;
color: #2a374a;
font-size: 16px;
font-size: 18px;
font-weight: 500;
line-height: 46px;
line-height: 58px;
}
.el-tabs__item.is-active {
color: #245b8f;
font-weight: 600;
font-weight: 700;
}
.el-tabs__active-bar {
height: 3px;
height: 4px;
background: #245b8f;
}
.el-tabs__content {
padding-top: 20px;
padding-top: 28px;
}
}
</style>