|
@@ -109,7 +109,7 @@ $(function () {
|
|
|
children: [{
|
|
|
id: '',
|
|
|
name: '不限'
|
|
|
- }]
|
|
|
+ },]
|
|
|
})
|
|
|
thisdata.map((item, index) => {
|
|
|
if (index || hash) {
|
|
@@ -154,8 +154,11 @@ $(function () {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
+
|
|
|
function heightFun(){
|
|
|
- let proH = $('.productionType ol').height();
|
|
|
+ let proH = $('.productionType ol').height(),industryH =$('.industryList ul').innerHeight();
|
|
|
+ $('.industryList ul').css({height:industryH+'px'})
|
|
|
+ $('.industry p').css({height:industryH+'px',lineHeight:industryH+'px'});
|
|
|
$('.productionType p').css({height:proH+'px',lineHeight:proH+'px'})
|
|
|
$('.productionType').css({height:proH+'px',lineHeight:proH+'px'})
|
|
|
}
|