flx:修改首页总览样式

This commit is contained in:
Rain_ 2025-02-24 18:13:03 +08:00
parent 4491252cfe
commit 49b98b3af3
3 changed files with 29 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 KiB

After

Width:  |  Height:  |  Size: 528 KiB

View File

@ -10,7 +10,7 @@
<div class="projectOrganization_box1_right">
<div class="projectOrganization_box1_header">
<div>项目主任组</div>
<div>安质环部</div>
<!-- <div>安质环部</div> -->
</div>
<div class="projectOrganization_box1_main">
<div v-for="item in projectOrganizationInfo.projectOrganizationList" :key="item.id">
@ -81,10 +81,7 @@ const projectOrganizationInfo = reactive({
id: 5,
titleName: "商务管理部"
},
// {
// id: 6,
// titleName: ""
// },
// {
// id: 7,
// titleName: ""
@ -104,7 +101,11 @@ const projectOrganizationInfo = reactive({
{
id: 11,
titleName: "党建工作组"
}
},
{
id: 6,
titleName: "安质环部"
},
],
projectOrganizationList2: [
{
@ -685,22 +686,22 @@ onMounted(() => {
color: white;
position: relative;
font-size: 16px;
height: 42px;
height: 46px;
align-items: center;
margin-top: 24px;
margin-top: 4px;
> div:first-child {
left: 35%;
left: 36%;
position: absolute;
}
> div:last-child {
position: absolute;
right: 16%;
font-size: 14px;
}
// > div:last-child {
// position: absolute;
// right: 16%;
// font-size: 14px;
// }
}
.projectOrganization_box1_main {
height: 200px;
height: 216px;
position: relative;
display: flex;
align-items: center;
@ -725,7 +726,7 @@ onMounted(() => {
width: 97%;
> div {
color: white;
width: 58px;
width: 54px;
text-align: center;
}
}
@ -750,14 +751,14 @@ onMounted(() => {
.projectOrganization_box2_footer {
width: 91%;
position: relative;
height: 31px;
height: 30px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 10px;
margin-top: 16px;
> div {
color: white;
width: 69px;
width: 70px;
text-align: center;
cursor: pointer;
}
@ -781,7 +782,8 @@ onMounted(() => {
}
.projectOrganization_box3_main {
width: 88%;
height: 94px;
height: 102px;
margin-top: 12px;
display: flex;
flex-direction: column;
justify-content: space-between;
@ -792,7 +794,7 @@ onMounted(() => {
}
.projectOrganization_box3_footer {
position: relative;
height: 31px;
height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
@ -800,7 +802,7 @@ onMounted(() => {
width: 96%;
> div {
color: white;
width: 54px;
width: 44px;
text-align: center;
}
}

View File

@ -405,11 +405,11 @@ onMounted(async () => {
// // getProjectPlanGraph();
// getProjectMilestonePlanRecordList();
nextTick(() => {
// if(searchForm.projectType == 1) {
// pageInfo.imageUrl = store.schedulePlanImage1;
// } else if(searchForm.projectType == 2) {
// pageInfo.imageUrl = store.schedulePlanImage2;
// }
if(searchForm.projectType == 1) {
pageInfo.imageUrl = store.schedulePlanImage1;
} else if(searchForm.projectType == 2) {
pageInfo.imageUrl = store.schedulePlanImage2;
}
console.log("图片", pageInfo.imageUrl, pageInfo.domIsImage);
});