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 {
|
||||
height: 118px;
|
||||
.column {
|
||||
// height: calc(100% - 26px);
|
||||
height: calc(100% - 26px);
|
||||
overflow-y: auto;
|
||||
font-size: 14px;
|
||||
color: #ffffff;
|
||||
padding-left: 18px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.situation {
|
||||
width: 495px;
|
||||
|
@ -820,7 +820,7 @@ onBeforeMount(() => {
|
|||
.situation3 {
|
||||
background-image: url(@/assets/images/work/dyh1.png);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.school {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue