This commit is contained in:
duanxiaohai 2024-05-27 15:03:10 +08:00
parent 9bad6aa13e
commit 4ee4f03908
1 changed files with 4 additions and 4 deletions

View File

@ -254,7 +254,7 @@ const getData = async () => {
// //
// && // &&
// //
data.diversification.housing = res.data.diversification.housing; data.diversification.hszhxms = res.data.diversification.hszhxms;
} }
}); });
}; };
@ -793,14 +793,14 @@ onBeforeMount(() => {
.czrBox { .czrBox {
height: 118px; height: 118px;
.column { .column {
// height: calc(100% - 26px); height: calc(100% - 26px);
overflow-y: auto; overflow-y: auto;
font-size: 14px; font-size: 14px;
color: #ffffff; color: #ffffff;
padding-left: 18px; padding-left: 18px;
padding-right: 18px; padding-right: 18px;
} }
}
.situation { .situation {
width: 495px; width: 495px;
@ -820,7 +820,7 @@ onBeforeMount(() => {
.situation3 { .situation3 {
background-image: url(@/assets/images/work/dyh1.png); background-image: url(@/assets/images/work/dyh1.png);
} }
}
} }
.school { .school {
display: flex; display: flex;