|
@@ -308,6 +308,8 @@ $(function () {
|
|
let proH = $('.productionType ol').height();
|
|
let proH = $('.productionType ol').height();
|
|
if(proH>50){
|
|
if(proH>50){
|
|
$('.productionType p').css({'height':proH,'line-height':proH+'px'})
|
|
$('.productionType p').css({'height':proH,'line-height':proH+'px'})
|
|
|
|
+ }else{
|
|
|
|
+ $('.productionType p').css({'height':'50px','line-height':'50px'})
|
|
}
|
|
}
|
|
let txt = $(this).text();
|
|
let txt = $(this).text();
|
|
$('.onSelect .preFirst').css('display', 'block').html(`
|
|
$('.onSelect .preFirst').css('display', 'block').html(`
|