|
@@ -109,7 +109,7 @@ function renderTcm(data, num = 3) {
|
|
|
}
|
|
|
$('.detail ul').html(str);
|
|
|
if(data.length > num){
|
|
|
- $(".detail .val:nth-child(2) .desc").css("width",'420px')
|
|
|
+ $(".horizontal-detail .val:nth-child(2) .desc").css("width",'420px')
|
|
|
}
|
|
|
//更多治法
|
|
|
$("#goTreat").on('click', function () {
|