|
|
@@ -605,7 +605,7 @@ function bindEventTeaOrignalYS() {
|
|
|
uHtml.innerHTML = " ";
|
|
|
//改错题,要随机下划线长度
|
|
|
if ($(parent).hasClass('correntQue')) {
|
|
|
- uHtml.style = "width:" + randomNum(220, 300) + "px;";
|
|
|
+ uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|
|
|
@@ -738,7 +738,7 @@ function bindEventYS() {
|
|
|
uHtml.innerHTML = " ";
|
|
|
//改错题,要随机下划线长度
|
|
|
if ($(parent).hasClass('correntQue')) {
|
|
|
- uHtml.style = "width:" + randomNum(220, 300) + "px;";
|
|
|
+ uHtml.style = "width:" + randomNum(220, 300) + "px;display:inline-block;";
|
|
|
}
|
|
|
uHtml.setAttribute("answer-anstext", "");
|
|
|
}
|