This commit is contained in:
parent
9bad6aa13e
commit
4ee4f03908
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue